diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-10-21 14:02:54 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-10-21 14:02:54 +0000 |
commit | 99ed3b07fdfcedb1acc5fe151e5edc12eb94aa78 (patch) | |
tree | 66da317e7b97cce6c93e0c0e3e1a44668a3f3bd6 /media-sound/sonik | |
parent | QA: need-kde() has to be called after setting R/DEPEND. (diff) | |
download | historical-99ed3b07fdfcedb1acc5fe151e5edc12eb94aa78.tar.gz historical-99ed3b07fdfcedb1acc5fe151e5edc12eb94aa78.tar.bz2 historical-99ed3b07fdfcedb1acc5fe151e5edc12eb94aa78.zip |
QA: need-kde() has to be called after setting R/DEPEND.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'media-sound/sonik')
-rw-r--r-- | media-sound/sonik/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/sonik/sonik-1.0.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-sound/sonik/ChangeLog b/media-sound/sonik/ChangeLog index b672b42e6d2b..89e3105e8f85 100644 --- a/media-sound/sonik/ChangeLog +++ b/media-sound/sonik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/sonik # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sonik/ChangeLog,v 1.3 2006/10/07 17:15:29 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sonik/ChangeLog,v 1.4 2006/10/21 14:02:54 carlo Exp $ + + 21 Oct 2006; Carsten Lohrke <carlo@gentoo.org> sonik-1.0.0.ebuild: + QA: need-kde() has to be called after setting R/DEPEND. *sonik-1.0.0 (07 Oct 2006) diff --git a/media-sound/sonik/sonik-1.0.0.ebuild b/media-sound/sonik/sonik-1.0.0.ebuild index a5ed66940e26..e11236034863 100644 --- a/media-sound/sonik/sonik-1.0.0.ebuild +++ b/media-sound/sonik/sonik-1.0.0.ebuild @@ -1,6 +1,6 @@ # 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.0.ebuild,v 1.1 2006/10/07 17:15:29 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sonik/sonik-1.0.0.ebuild,v 1.2 2006/10/21 14:02:54 carlo Exp $ ARTS_REQUIRED="yes" @@ -14,12 +14,11 @@ SLOT="0" KEYWORDS="~x86" IUSE="ladspa" -need-kde 3.3 - RDEPEND="media-libs/liblrdf ladspa? ( media-libs/ladspa-sdk ) sci-libs/gsl media-libs/audiofile" +need-kde 3.3 src_compile() { myconf="$(use_enable ladspa)" |