diff options
author | Markus Meier <maekke@gentoo.org> | 2014-05-04 16:11:28 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-05-04 16:11:28 +0000 |
commit | 07af8f9a51b338b19f50ef57d7f96880ad31c7c5 (patch) | |
tree | 63c69e83d3d0fbf3cf108d8ca57c5c23266f992b /dev-python/fixtures | |
parent | package.use.mask mail-filter/opendkim[opendbx], bug #509082 (diff) | |
download | gentoo-2-07af8f9a51b338b19f50ef57d7f96880ad31c7c5.tar.gz gentoo-2-07af8f9a51b338b19f50ef57d7f96880ad31c7c5.tar.bz2 gentoo-2-07af8f9a51b338b19f50ef57d7f96880ad31c7c5.zip |
add ~arm, bug #508282
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 26873b2859d5..c620d8e386ef 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.10 2014/04/25 14:19:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.11 2014/05/04 16:11:28 maekke Exp $ + + 04 May 2014; Markus Meier <maekke@gentoo.org> fixtures-0.3.14-r1.ebuild: + add ~arm, bug #508282 25 Apr 2014; Jeroen Roovers <jer@gentoo.org> fixtures-0.3.14-r1.ebuild: Marked ~hppa (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 2c306eeb58f8..37c6557b1b24 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.4 2014/04/25 14:19:15 jer Exp $ +# $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 $ 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 ~hppa ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux" IUSE="test" # nose not listed but provides coverage output of tests |