diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-06-08 09:32:13 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-06-08 09:32:13 +0000 |
commit | a4fb33178c9c8d975c48be66c61c859e128423fb (patch) | |
tree | 746a0dde7d2d16d26e6edd4f23dcfdab6809af99 /dev-python/fixtures | |
parent | keyword ~ia64 wrt bug #508282 (diff) | |
download | gentoo-2-a4fb33178c9c8d975c48be66c61c859e128423fb.tar.gz gentoo-2-a4fb33178c9c8d975c48be66c61c859e128423fb.tar.bz2 gentoo-2-a4fb33178c9c8d975c48be66c61c859e128423fb.zip |
keyword ~ia64 wrt bug #508282
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fixtures/ChangeLog b/dev-python/fixtures/ChangeLog index c620d8e386ef..7ec5c851bd2c 100644 --- a/dev-python/fixtures/ChangeLog +++ b/dev-python/fixtures/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2014/05/04 16:11:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.12 2014/06/08 09:32:13 hattya Exp $ + + 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> fixtures-0.3.14-r1.ebuild: + keyword ~ia64 wrt bug #508282 04 May 2014; Markus Meier <maekke@gentoo.org> fixtures-0.3.14-r1.ebuild: add ~arm, bug #508282 diff --git a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild b/dev-python/fixtures/fixtures-0.3.14-r1.ebuild index 37c6557b1b24..d230dbbe62a4 100644 --- a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14-r1.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-r1.ebuild,v 1.5 2014/05/04 16:11:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v 1.6 2014/06/08 09:32:13 hattya Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) @@ -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 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" # nose not listed but provides coverage output of tests |