summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-12 14:28:10 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-12 14:28:10 +0000
commitc38a6c8a0594a0aca51173165057a48f5315d2bb (patch)
tree3071f3293f3e4d75738f95b6da883172adc18c1b /dev-python/restrictedpython
parentVersion cleanup (diff)
downloadgentoo-2-c38a6c8a0594a0aca51173165057a48f5315d2bb.tar.gz
gentoo-2-c38a6c8a0594a0aca51173165057a48f5315d2bb.tar.bz2
gentoo-2-c38a6c8a0594a0aca51173165057a48f5315d2bb.zip
Fix dependencies (bug #299910).
(Portage version: 15196-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/restrictedpython')
-rw-r--r--dev-python/restrictedpython/ChangeLog8
-rw-r--r--dev-python/restrictedpython/restrictedpython-3.5.1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/restrictedpython/ChangeLog b/dev-python/restrictedpython/ChangeLog
index 198058ce6027..c5690393f8a9 100644
--- a/dev-python/restrictedpython/ChangeLog
+++ b/dev-python/restrictedpython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/restrictedpython
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v 1.1 2009/10/25 18:15:26 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v 1.2 2010/01/12 14:28:10 arfrever Exp $
+
+ 12 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ restrictedpython-3.5.1.ebuild:
+ Fix dependencies (bug #299910).
*restrictedpython-3.5.1 (25 Oct 2009)
diff --git a/dev-python/restrictedpython/restrictedpython-3.5.1.ebuild b/dev-python/restrictedpython/restrictedpython-3.5.1.ebuild
index 7958a05a1cf9..53d806626260 100644
--- a/dev-python/restrictedpython/restrictedpython-3.5.1.ebuild
+++ b/dev-python/restrictedpython/restrictedpython-3.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.5.1.ebuild,v 1.1 2009/10/25 18:15:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.5.1.ebuild,v 1.2 2010/01/12 14:28:10 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -20,7 +20,7 @@ KEYWORDS="~amd64"
IUSE="test"
DEPEND="dev-python/setuptools
- test? ( dev-python/nose )"
+ test? ( dev-python/nose net-zope/zope-testing )"
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"