diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-27 17:45:24 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-27 17:45:24 +0000 |
commit | 2d37ced8a6dd18d4ac24fee480fad6dbd47043be (patch) | |
tree | a321ee8f0c61795e64a60e3eb95fbaff38ff7bcd /kde-base/noatun | |
parent | Remove dependencies on specific plugins. (diff) | |
download | historical-2d37ced8a6dd18d4ac24fee480fad6dbd47043be.tar.gz historical-2d37ced8a6dd18d4ac24fee480fad6dbd47043be.tar.bz2 historical-2d37ced8a6dd18d4ac24fee480fad6dbd47043be.zip |
Fix IUSE.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'kde-base/noatun')
-rw-r--r-- | kde-base/noatun/Manifest | 2 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5_beta1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kde-base/noatun/Manifest b/kde-base/noatun/Manifest index 6e07b9ddf0fa..317d59ac8a84 100644 --- a/kde-base/noatun/Manifest +++ b/kde-base/noatun/Manifest @@ -1,5 +1,5 @@ MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -MD5 83b346f377e017039d1aef7a373f6e90 noatun-3.5_beta1.ebuild 626 +MD5 0db4499bfe7f74b9d3830a467e3928eb noatun-3.5_beta1.ebuild 612 MD5 14026293905787d38b90b55673f88c00 noatun-3.4.1.ebuild 996 MD5 04cb30ceff698aa909979938da920912 noatun-3.4.2.ebuild 1019 MD5 315cc421d492be6931eae3694f44002a ChangeLog 2708 diff --git a/kde-base/noatun/noatun-3.5_beta1.ebuild b/kde-base/noatun/noatun-3.5_beta1.ebuild index 272eb090d79c..8e12cd09c816 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.3 2005/09/27 17:42:49 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5_beta1.ebuild,v 1.4 2005/09/27 17:45:24 greg_g Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -9,7 +9,7 @@ inherit kde-meta eutils DESCRIPTION="KDE media player" KEYWORDS="~amd64" -IUSE="xine audiofile" +IUSE="" RDEPEND="$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts)" KMCOMPILEONLY="arts" |