diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 02:00:04 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 02:00:04 +0000 |
commit | 81ef1da216bde2c8397f6745efacbc2e5b007548 (patch) | |
tree | b58f9df0139e6b58fa01ac4fc6a3110cbf6b27b7 /dev-python/twisted-conch | |
parent | Fixing accidental double asterisk (diff) | |
download | gentoo-2-81ef1da216bde2c8397f6745efacbc2e5b007548.tar.gz gentoo-2-81ef1da216bde2c8397f6745efacbc2e5b007548.tar.bz2 gentoo-2-81ef1da216bde2c8397f6745efacbc2e5b007548.zip |
Fixing accidental double asterisk
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted-conch')
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-11.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index 1202bcb335eb..bb2191f1fd18 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-conch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.78 2012/02/20 14:32:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.79 2012/02/25 02:00:04 patrick Exp $ + + 25 Feb 2012; Patrick Lauer <patrick@gentoo.org> twisted-conch-11.1.0.ebuild: + Fixing accidental double asterisk 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> twisted-conch-10.2.0.ebuild, twisted-conch-11.0.0.ebuild, twisted-conch-11.1.0.ebuild: diff --git a/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild index 5e27392d6baa..1b038ea18db8 100644 --- a/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild,v 1.2 2012/02/20 14:32:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild,v 1.3 2012/02/25 02:00:04 patrick Exp $ EAPI="4" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-**" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" MY_PACKAGE="Conch" inherit twisted versionator |