diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-19 23:07:21 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-19 23:07:21 +0000 |
commit | 5971c31acc8d2ed1279a2259f8d49ab1f360691a (patch) | |
tree | 2decf34542eb339054f2e208f74e92ac94b5819d /dev-python/subunit | |
parent | Keyword ~amd64-linux ~x86-linux (diff) | |
download | gentoo-2-5971c31acc8d2ed1279a2259f8d49ab1f360691a.tar.gz gentoo-2-5971c31acc8d2ed1279a2259f8d49ab1f360691a.tar.bz2 gentoo-2-5971c31acc8d2ed1279a2259f8d49ab1f360691a.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/subunit')
-rw-r--r-- | dev-python/subunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/subunit/subunit-0.0.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/subunit/ChangeLog b/dev-python/subunit/ChangeLog index 1cdc61f00694..b83f43e41386 100644 --- a/dev-python/subunit/ChangeLog +++ b/dev-python/subunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/subunit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.37 2013/12/15 19:38:36 floppym Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.38 2014/03/19 23:07:21 bicatali Exp $ + + 19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> subunit-0.0.9.ebuild: + Keyword ~amd64-linux ~x86-linux 15 Dec 2013; Mike Gilbert <floppym@gentoo.org> subunit-0.0.16.ebuild: Make static libs optional. diff --git a/dev-python/subunit/subunit-0.0.9.ebuild b/dev-python/subunit/subunit-0.0.9.ebuild index 89ebeb35087e..d02ba649f044 100644 --- a/dev-python/subunit/subunit-0.0.9.ebuild +++ b/dev-python/subunit/subunit-0.0.9.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/subunit/subunit-0.0.9.ebuild,v 1.1 2013/01/13 12:52:22 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.9.ebuild,v 1.2 2014/03/19 23:07:21 bicatali Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -18,7 +18,7 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0 BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=dev-python/testtools-0.9.23" |