diff options
Diffstat (limited to 'net-p2p/Circle/Circle-0.40e.ebuild')
-rw-r--r-- | net-p2p/Circle/Circle-0.40e.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/Circle/Circle-0.40e.ebuild b/net-p2p/Circle/Circle-0.40e.ebuild index 398a20f412c6..f1ad24acb58c 100644 --- a/net-p2p/Circle/Circle-0.40e.ebuild +++ b/net-p2p/Circle/Circle-0.40e.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/Circle/Circle-0.40e.ebuild,v 1.4 2004/11/30 22:29:23 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/Circle/Circle-0.40e.ebuild,v 1.5 2005/09/06 21:49:32 sekretarz Exp $ inherit python @@ -11,12 +11,12 @@ SRC_URI="http://thecircle.org.au/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" -IUSE="oggvorbis gnome" +IUSE="vorbis gnome" DEPEND="virtual/python >=dev-python/pygtk-1.99.14 >=x11-libs/gtk+-2 - oggvorbis? ( dev-python/pyogg + vorbis? ( dev-python/pyogg dev-python/pyvorbis ) gnome? ( dev-python/gnome-python )" |