summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-12-14 20:52:16 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-12-14 20:52:16 +0000
commit9c3c4903f72ad76a321809b63672dcfc649de800 (patch)
tree310b022ce2db207dbb38165efe95333e385aadbf /net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild
parentUse mirror://apache/.. in SRC_URI. (Manifest recommit) (diff)
downloadgentoo-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.ebuild8
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}"