diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-19 18:02:38 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-19 18:02:38 +0000 |
commit | d16c39fa1c00eb237446bb45d06914853facdb7f (patch) | |
tree | cf47f5dd49a68e9687db753ba642e4bb849064a2 /dev-python/twisted-conch | |
parent | Revision bump to fix bug 323179, thanks to Kete Tefid <ketetefid@gmail.com>. (diff) | |
download | gentoo-2-d16c39fa1c00eb237446bb45d06914853facdb7f.tar.gz gentoo-2-d16c39fa1c00eb237446bb45d06914853facdb7f.tar.bz2 gentoo-2-d16c39fa1c00eb237446bb45d06914853facdb7f.zip |
Add dependency on dev-python/pyasn1 (bug #316347).
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted-conch')
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-10.0.0.ebuild | 3 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-9.0.0.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index 62ac6f962231..8b0e4ee0ed38 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-conch # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.55 2010/03/17 10:39:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.56 2010/06/19 18:02:38 arfrever Exp $ + + 19 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + twisted-conch-9.0.0.ebuild, twisted-conch-10.0.0.ebuild: + Add dependency on dev-python/pyasn1 (bug #316347). *twisted-conch-10.0.0 (17 Mar 2010) diff --git a/dev-python/twisted-conch/twisted-conch-10.0.0.ebuild b/dev-python/twisted-conch/twisted-conch-10.0.0.ebuild index fcd3bcb5050b..5875bee757dd 100644 --- a/dev-python/twisted-conch/twisted-conch-10.0.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-10.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-10.0.0.ebuild,v 1.1 2010/03/17 10:39:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-10.0.0.ebuild,v 1.2 2010/06/19 18:02:38 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -14,6 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* + dev-python/pyasn1 >=dev-python/pycrypto-1.9_alpha6" RDEPEND="${DEPEND}" RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild b/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild index b30bf6147f94..4dff9243e0c9 100644 --- a/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild,v 1.5 2010/02/13 17:42:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild,v 1.6 2010/06/19 18:02:38 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -14,6 +14,7 @@ KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86" IUSE="" DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* + dev-python/pyasn1 >=dev-python/pycrypto-1.9_alpha6" RDEPEND="${DEPEND}" RESTRICT_PYTHON_ABIS="3.*" |