diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-30 01:28:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-30 01:28:27 +0000 |
commit | a5e4c0c2188352b66d6d787b2e027d23ec17405e (patch) | |
tree | 10cf904b8dc436379cbf812cc1b3278bc60acb7b /kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild | |
parent | Add patch to build with GCC 4.1. (diff) | |
download | historical-a5e4c0c2188352b66d6d787b2e027d23ec17405e.tar.gz historical-a5e4c0c2188352b66d6d787b2e027d23ec17405e.tar.bz2 historical-a5e4c0c2188352b66d6d787b2e027d23ec17405e.zip |
Make sure aRTs is required.
Package-Manager: portage-2.1_rc3-r1
Diffstat (limited to 'kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild')
-rw-r--r-- | kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild index c8bce456455e..af67e2dadce6 100644 --- a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild +++ b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild,v 1.11 2006/03/25 17:35:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.4.1.ebuild,v 1.12 2006/05/30 01:17:33 flameeyes Exp $ +ARTS_REQUIRED="yes" KMNAME=kdemultimedia KMMODULE=audiofile_artsplugin MAXKDEVER=3.4.3 @@ -12,10 +13,3 @@ DESCRIPTION="arts audiofile plugin" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="media-libs/audiofile" - -pkg_setup() { - if ! useq arts; then - eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled" - die - fi -}
\ No newline at end of file |