diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-27 16:09:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-27 16:09:55 +0000 |
commit | b19b1549988b96f01fc7abaf6ab97908c82eea9e (patch) | |
tree | 8a833a7cd42af6573645238017f8b943bc6622dc /dev-python/subunit | |
parent | Stable for ppc64, wrt bug #524354 (diff) | |
download | gentoo-2-b19b1549988b96f01fc7abaf6ab97908c82eea9e.tar.gz gentoo-2-b19b1549988b96f01fc7abaf6ab97908c82eea9e.tar.bz2 gentoo-2-b19b1549988b96f01fc7abaf6ab97908c82eea9e.zip |
Stable for ppc64, wrt bug #506620
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/subunit')
-rw-r--r-- | dev-python/subunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/subunit/subunit-0.0.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/subunit/ChangeLog b/dev-python/subunit/ChangeLog index 00d0a5e4b352..42c847055b1e 100644 --- a/dev-python/subunit/ChangeLog +++ b/dev-python/subunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/subunit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.55 2014/10/23 14:35:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.56 2014/10/27 16:09:55 ago Exp $ + + 27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> subunit-0.0.16.ebuild: + Stable for ppc64, wrt bug #506620 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> subunit-0.0.21.ebuild: amd64/x86 stable, bug #525994 diff --git a/dev-python/subunit/subunit-0.0.16.ebuild b/dev-python/subunit/subunit-0.0.16.ebuild index fe6b785a293e..10fdbe3a517d 100644 --- a/dev-python/subunit/subunit-0.0.16.ebuild +++ b/dev-python/subunit/subunit-0.0.16.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/subunit/subunit-0.0.16.ebuild,v 1.11 2014/10/18 14:44:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.16.ebuild,v 1.12 2014/10/27 16:09:55 ago Exp $ EAPI=5 @@ -14,7 +14,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 x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 x86 ~x86-fbsd" #need to keyword the following in =dev-python/extras-0.0.3 then readd the keywords here #ia64 s390 sh sparc amd64-fbsd IUSE="static-libs" |