diff options
author | Ian Leitch <port001@gentoo.org> | 2005-09-06 22:21:55 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2005-09-06 22:21:55 +0000 |
commit | 601713c4791b0ca4c8bcd79628847d7a86d84d4e (patch) | |
tree | 83588db021b8f4d7030c50929ccafa8147e3b1a7 /net-p2p/nicotine | |
parent | Using vorbis USE flag instead of oggvorbis, bug #94254 (diff) | |
download | gentoo-2-601713c4791b0ca4c8bcd79628847d7a86d84d4e.tar.gz gentoo-2-601713c4791b0ca4c8bcd79628847d7a86d84d4e.tar.bz2 gentoo-2-601713c4791b0ca4c8bcd79628847d7a86d84d4e.zip |
oggvorbis -> vorbis in IUSE, bug #94254
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-p2p/nicotine')
-rw-r--r-- | net-p2p/nicotine/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/nicotine/nicotine-1.0.8.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-p2p/nicotine/ChangeLog b/net-p2p/nicotine/ChangeLog index 33b677e70e15..113bd2e820d1 100644 --- a/net-p2p/nicotine/ChangeLog +++ b/net-p2p/nicotine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/nicotine # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v 1.18 2005/08/14 19:35:15 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v 1.19 2005/09/06 22:21:55 port001 Exp $ + + 06 Sep 2005; Ian Leitch <port001@gentoo.org> nicotine-1.0.8.ebuild: + oggvorbis -> vorbis in IUSE, bug #94254 *nicotine-1.0.8 (14 Aug 2005) diff --git a/net-p2p/nicotine/nicotine-1.0.8.ebuild b/net-p2p/nicotine/nicotine-1.0.8.ebuild index f10a0523c10c..47a6c08308c9 100644 --- a/net-p2p/nicotine/nicotine-1.0.8.ebuild +++ b/net-p2p/nicotine/nicotine-1.0.8.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/net-p2p/nicotine/nicotine-1.0.8.ebuild,v 1.1 2005/08/14 19:35:15 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.8.ebuild,v 1.2 2005/09/06 22:21:55 port001 Exp $ inherit distutils @@ -11,14 +11,14 @@ SRC_URI="http://nicotine.thegraveyard.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~amd64" -IUSE="oggvorbis geoip" +IUSE="vorbis geoip" DEPEND="virtual/python >=dev-python/pygtk-1.99.16 - oggvorbis? ( >=dev-python/pyvorbis-1 - >=dev-python/pyogg-1 ) + vorbis? ( >=dev-python/pyvorbis-1 + >=dev-python/pyogg-1 ) geoip? ( >=dev-python/geoip-python-0.2.0 - >=dev-libs/geoip-1.2.1 )" + >=dev-libs/geoip-1.2.1 )" src_install() { |