summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-15 15:50:59 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-15 15:50:59 +0000
commit24a5c3ecab2d09e8fb7f077b82f0ee12ea702779 (patch)
treed8845a49e8214f7bbd32d15cadc53339d2f25d9d /www-client
parentVersion bump (bug #341533), re-enabled tests, fixed failure when generating d... (diff)
downloadgentoo-2-24a5c3ecab2d09e8fb7f077b82f0ee12ea702779.tar.gz
gentoo-2-24a5c3ecab2d09e8fb7f077b82f0ee12ea702779.tar.bz2
gentoo-2-24a5c3ecab2d09e8fb7f077b82f0ee12ea702779.zip
Fix dependencies.
(Portage version: 2.2.0_alpha4_p23/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/pybugz/ChangeLog6
-rw-r--r--www-client/pybugz/pybugz-0.8.0.ebuild12
2 files changed, 12 insertions, 6 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog
index 04e94353cd5a..e8528f3c510f 100644
--- a/www-client/pybugz/ChangeLog
+++ b/www-client/pybugz/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/pybugz
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.66 2010/07/30 20:33:05 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.67 2010/11/15 15:50:59 arfrever Exp $
+
+ 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pybugz-0.8.0.ebuild:
+ Fix dependencies.
*pybugz-9999 (30 Jul 2010)
diff --git a/www-client/pybugz/pybugz-0.8.0.ebuild b/www-client/pybugz/pybugz-0.8.0.ebuild
index ebac106b13ad..54af4d3ed199 100644
--- a/www-client/pybugz/pybugz-0.8.0.ebuild
+++ b/www-client/pybugz/pybugz-0.8.0.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0.ebuild,v 1.11 2010/05/12 22:08:51 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0.ebuild,v 1.12 2010/11/15 15:50:59 arfrever Exp $
EAPI="2"
+PYTHON_DEPEND="2:2.5"
+PYTHON_USE_WITH="readline"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3*"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
PYTHON_MODNAME="bugz"
inherit bash-completion distutils
@@ -16,9 +18,9 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="zsh-completion"
-DEPEND=">=dev-lang/python-2.5[readline]"
-RDEPEND="${DEPEND}
- zsh-completion? ( app-shells/zsh )"
+
+DEPEND=""
+RDEPEND="zsh-completion? ( app-shells/zsh )"
src_install() {
distutils_src_install