diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-27 17:45:05 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-27 17:45:05 +0000 |
commit | 5d1e07495d8afefb291ce76b198539643f449064 (patch) | |
tree | e3248011f082b08d9e1702aff628d07a0bf19cca /kde-base/noatun/noatun-3.5_beta1.ebuild | |
parent | Add missing dependency (#107391). (diff) | |
download | gentoo-2-5d1e07495d8afefb291ce76b198539643f449064.tar.gz gentoo-2-5d1e07495d8afefb291ce76b198539643f449064.tar.bz2 gentoo-2-5d1e07495d8afefb291ce76b198539643f449064.zip |
Remove dependencies on specific plugins.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/noatun/noatun-3.5_beta1.ebuild')
-rw-r--r-- | kde-base/noatun/noatun-3.5_beta1.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/kde-base/noatun/noatun-3.5_beta1.ebuild b/kde-base/noatun/noatun-3.5_beta1.ebuild index a23cf208e4ad..272eb090d79c 100644 --- a/kde-base/noatun/noatun-3.5_beta1.ebuild +++ b/kde-base/noatun/noatun-3.5_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5_beta1.ebuild,v 1.2 2005/09/27 17:11:03 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5_beta1.ebuild,v 1.3 2005/09/27 17:42:49 greg_g Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -10,12 +10,7 @@ inherit kde-meta eutils DESCRIPTION="KDE media player" KEYWORDS="~amd64" IUSE="xine audiofile" -RDEPEND="${DEPEND} -$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts) -$(deprange $PV $MAXKDEVER kde-base/artsplugin-mpeglib) -$(deprange $PV $MAXKDEVER kde-base/artsplugin-mpg123) - xine? ( $(deprange $PV $MAXKDEVER kde-base/artsplugin-xine) ) - audiofile? ( $(deprange $PV $MAXKDEVER kde-base/artsplugin-audiofile) )" +RDEPEND="$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts)" KMCOMPILEONLY="arts" |