--- sonik-1.0_beta2.ebuild.orig 2006-05-05 12:34:48.000000000 +0200 +++ sonik-1.0_beta2.ebuild 2006-05-31 10:02:45.000000000 +0200 @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sonik/sonik-1.0_beta2.ebuild,v 1.1 2006/05/05 10:34:48 eldad Exp $ +# $Header: $ + +ARTS_REQUIRED="yes" inherit eutils kde autotools @@ -23,16 +25,6 @@ pkg_setup() { - if useq !arts - then - eerror "" - eerror "sonik requires arts in order to compile and run." - eerror "please enable arts useflag." - eerror "" - - die "arts useflag needed but is disabled." - fi - kde_pkg_setup }