diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-03-03 10:46:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-03-03 10:46:20 +0000 |
commit | 4b1043bf24b404c73e82f0c8915bf7f8e265e88f (patch) | |
tree | 99031b63f9dcc75eaf6b5a5065b6015a03482a98 /dev-python | |
parent | Use pkgconfig to determine ncurses libs, fixing bug 459636. (diff) | |
download | gentoo-2-4b1043bf24b404c73e82f0c8915bf7f8e265e88f.tar.gz gentoo-2-4b1043bf24b404c73e82f0c8915bf7f8e265e88f.tar.bz2 gentoo-2-4b1043bf24b404c73e82f0c8915bf7f8e265e88f.zip |
Mark s390/sh stable.
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/subunit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/subunit/subunit-0.0.6.ebuild | 6 | ||||
-rw-r--r-- | dev-python/subunit/subunit-0.0.8.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/subunit/ChangeLog b/dev-python/subunit/ChangeLog index 0a2eaad0bca9..f4fdd5e25cd3 100644 --- a/dev-python/subunit/ChangeLog +++ b/dev-python/subunit/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2013/02/22 03:34:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.23 2013/03/03 10:46:20 vapier Exp $ + + 03 Mar 2013; Mike Frysinger <vapier@gentoo.org> subunit-0.0.10.ebuild, + subunit-0.0.6.ebuild, subunit-0.0.8.ebuild, subunit-0.0.9.ebuild: + Mark s390/sh stable. *subunit-0.0.10 (22 Feb 2013) diff --git a/dev-python/subunit/subunit-0.0.6.ebuild b/dev-python/subunit/subunit-0.0.6.ebuild index 60dc98fbfbf4..747d07dd2430 100644 --- a/dev-python/subunit/subunit-0.0.6.ebuild +++ b/dev-python/subunit/subunit-0.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.6.ebuild,v 1.11 2012/05/04 15:12:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.6.ebuild,v 1.12 2013/03/03 10:46:20 vapier Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,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 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-python/testtools-0.9.4" diff --git a/dev-python/subunit/subunit-0.0.8.ebuild b/dev-python/subunit/subunit-0.0.8.ebuild index 7c7c1bfe3ff4..69768cb260f6 100644 --- a/dev-python/subunit/subunit-0.0.8.ebuild +++ b/dev-python/subunit/subunit-0.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.8.ebuild,v 1.4 2012/07/28 13:07:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.8.ebuild,v 1.5 2013/03/03 10:46:20 vapier Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" |