summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2005-09-06 22:21:55 +0000
committerIan Leitch <port001@gentoo.org>2005-09-06 22:21:55 +0000
commit37c4916f4af7fb78e9bac1194cd3ca9204a8a902 (patch)
tree2bb4fd18852ca649afa005098de61e874dbcfe13 /net-p2p/nicotine
parentUsing vorbis USE flag instead of oggvorbis, bug #94254 (diff)
downloadhistorical-37c4916f4af7fb78e9bac1194cd3ca9204a8a902.tar.gz
historical-37c4916f4af7fb78e9bac1194cd3ca9204a8a902.tar.bz2
historical-37c4916f4af7fb78e9bac1194cd3ca9204a8a902.zip
oggvorbis -> vorbis in IUSE, bug #94254
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-p2p/nicotine')
-rw-r--r--net-p2p/nicotine/ChangeLog5
-rw-r--r--net-p2p/nicotine/nicotine-1.0.8.ebuild10
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() {