diff options
author | 2004-12-14 20:52:16 +0000 | |
---|---|---|
committer | 2004-12-14 20:52:16 +0000 | |
commit | 9c3c4903f72ad76a321809b63672dcfc649de800 (patch) | |
tree | 310b022ce2db207dbb38165efe95333e385aadbf /net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild | |
parent | Use mirror://apache/.. in SRC_URI. (Manifest recommit) (diff) | |
download | gentoo-2-9c3c4903f72ad76a321809b63672dcfc649de800.tar.gz gentoo-2-9c3c4903f72ad76a321809b63672dcfc649de800.tar.bz2 gentoo-2-9c3c4903f72ad76a321809b63672dcfc649de800.zip |
Moved inherit above all, changed DEPEND <wxpython-2.5
Diffstat (limited to 'net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild')
-rw-r--r-- | net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild b/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild index 95fd33e7fd7b..68df5a293d51 100644 --- a/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild +++ b/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild,v 1.7 2004/10/04 21:58:51 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild,v 1.8 2004/12/14 20:52:16 pythonhead Exp $ -IUSE="oggvorbis" inherit eutils distutils + +IUSE="oggvorbis" MY_PN="${PN/soulseek/slsk}" MY_PV="${PV/_/}" @@ -19,8 +20,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc hppa ~amd64" DEPEND=">=dev-lang/python-2.1 - >=dev-python/wxpython-2.4.1.2 - >=x11-libs/wxGTK-2.4.1 + <dev-python/wxpython-2.5.2.3 oggvorbis? ( dev-python/pyvorbis dev-python/pyogg )" S="${WORKDIR}/${MY_P}" |