diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-19 23:12:11 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-19 23:12:11 +0000 |
commit | a764310267fb342c2376a41a0e4b0747954d5b64 (patch) | |
tree | aeb82074fa2296eedc77d52dd35b6ef187d3a911 /dev-python/fixtures | |
parent | fix development USE flag wrt #505120 (diff) | |
download | gentoo-2-a764310267fb342c2376a41a0e4b0747954d5b64.tar.gz gentoo-2-a764310267fb342c2376a41a0e4b0747954d5b64.tar.bz2 gentoo-2-a764310267fb342c2376a41a0e4b0747954d5b64.zip |
Keyword ~amd64-linux ~x86-linux
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/fixtures/ChangeLog b/dev-python/fixtures/ChangeLog index 781dbb6b30da..680bd418d6be 100644 --- a/dev-python/fixtures/ChangeLog +++ b/dev-python/fixtures/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fixtures -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.7 2013/12/11 16:18:21 prometheanfire Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.8 2014/03/19 23:12:11 bicatali Exp $ + + 19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> fixtures-0.3.14-r1.ebuild: + Keyword ~amd64-linux ~x86-linux *fixtures-0.3.14-r1 (11 Dec 2013) diff --git a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild b/dev-python/fixtures/fixtures-0.3.14-r1.ebuild index b1a5fa780a12..65bbefe9b1f5 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-2013 Gentoo Foundation +# 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.1 2013/12/11 16:18:21 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v 1.2 2014/03/19 23:12:11 bicatali Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} 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 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" # nose not listed but provides coverage output of tests |