diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-07-20 11:05:10 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-07-20 11:05:10 +0000 |
commit | a3703a11e21390994d6ee932e75ba7de0fbd4699 (patch) | |
tree | 750479d8146e3a7b2defb5bac2b1c9d382c95efa /dev-python/fixtures | |
parent | Keyworded on alpha, bug #508282 (diff) | |
download | gentoo-2-a3703a11e21390994d6ee932e75ba7de0fbd4699.tar.gz gentoo-2-a3703a11e21390994d6ee932e75ba7de0fbd4699.tar.bz2 gentoo-2-a3703a11e21390994d6ee932e75ba7de0fbd4699.zip |
Keyworded on alpha, bug #508282
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/fixtures/ChangeLog b/dev-python/fixtures/ChangeLog index e6fe41f29182..7d863536a97c 100644 --- a/dev-python/fixtures/ChangeLog +++ b/dev-python/fixtures/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/fixtures # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.15 2014/06/29 08:48:51 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.16 2014/07/20 11:05:10 klausman Exp $ + + 20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> + fixtures-0.3.14-r2.ebuild: + Keyworded on alpha, bug #508282 29 Jun 2014; Ian Delaney <idella4@gentoo.org> fixtures-0.3.14-r2.ebuild: drop pypy2_0 diff --git a/dev-python/fixtures/fixtures-0.3.14-r2.ebuild b/dev-python/fixtures/fixtures-0.3.14-r2.ebuild index 491194a2137a..156bdf57dfbb 100644 --- a/dev-python/fixtures/fixtures-0.3.14-r2.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r2.ebuild,v 1.2 2014/06/29 08:48:51 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r2.ebuild,v 1.3 2014/07/20 11:05:10 klausman Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" # nose not listed but provides coverage output of tests |