diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-31 11:07:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-31 11:07:42 +0000 |
commit | f313796fd9aa52e26ce025976a9c6d9fea207687 (patch) | |
tree | 6a004e806de0929fefdae1fb56fefb561a2d0872 | |
parent | Make sure aRTs is required. Thanks to Jakub Moc. (diff) | |
download | gentoo-2-f313796fd9aa52e26ce025976a9c6d9fea207687.tar.gz gentoo-2-f313796fd9aa52e26ce025976a9c6d9fea207687.tar.bz2 gentoo-2-f313796fd9aa52e26ce025976a9c6d9fea207687.zip |
Make sure aRTs is required. Thanks to Jakub Moc.
(Portage version: 2.1_rc3-r2)
-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" |