diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-31 11:10:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-31 11:10:10 +0000 |
commit | 7ea30fca7fc23210d5f4e9427889a6fa41e20d52 (patch) | |
tree | aab4ceb0b08c7b55fd8b352b36fe5b7ae9784b26 /media-sound/creox | |
parent | (#133671) xterm in RDEPEND causes a circular dependency with >=virtual/x11-7.... (diff) | |
download | historical-7ea30fca7fc23210d5f4e9427889a6fa41e20d52.tar.gz historical-7ea30fca7fc23210d5f4e9427889a6fa41e20d52.tar.bz2 historical-7ea30fca7fc23210d5f4e9427889a6fa41e20d52.zip |
Make sure aRTs is required. Thanks to Jakub Moc.
Package-Manager: portage-2.1_rc3-r2
Diffstat (limited to 'media-sound/creox')
-rw-r--r-- | media-sound/creox/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/creox/creox-0.2.2_rc2.ebuild | 24 |
2 files changed, 11 insertions, 20 deletions
diff --git a/media-sound/creox/ChangeLog b/media-sound/creox/ChangeLog index c5e8cffc9e43..b9ae62cf83df 100644 --- a/media-sound/creox/ChangeLog +++ b/media-sound/creox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/creox -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/ChangeLog,v 1.9 2005/08/13 12:56:23 flameeyes Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/ChangeLog,v 1.10 2006/05/31 11:07:42 flameeyes Exp $ + + 31 May 2006; Diego Pettenò <flameeyes@gentoo.org> creox-0.2.2_rc2.ebuild: + Make sure aRTs is required. Thanks to Jakub Moc. 13 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> creox-0.2.2_rc2.ebuild: Added strict dependency on arts as per bug #81919. diff --git a/media-sound/creox/creox-0.2.2_rc2.ebuild b/media-sound/creox/creox-0.2.2_rc2.ebuild index adbfda972d84..4dd18a1b6e3b 100644 --- a/media-sound/creox/creox-0.2.2_rc2.ebuild +++ b/media-sound/creox/creox-0.2.2_rc2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.10 2005/08/22 16:37:39 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.11 2006/05/31 11:07:42 flameeyes Exp $ -inherit kde eutils +ARTS_REQUIRED="yes" +inherit kde MY_P=${P/_/} S="${WORKDIR}/${MY_P}" @@ -16,20 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc amd64" IUSE="" -DEPEND="media-sound/jack-audio-connection-kit - kde-base/arts" +DEPEND="media-sound/jack-audio-connection-kit" need-kde 3 -pkg_setup() { - if ! built_with_use kde-base/kdelibs arts ; then - eerror "${CATEGORY}/${P} requires you to build kdelibs with arts useflag on." - die - fi -} - -src_unpack() { - kde_src_unpack - - cd ${S} - epatch ${FILESDIR}/${P}-ebusy.patch -} +PATCHES="${FILESDIR}/${P}-ebusy.patch" |