diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-07 13:26:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-07 13:26:09 +0000 |
commit | 2bcf8de669ac37d4d8b9ec6a3df29e2d5e8c2a1a (patch) | |
tree | a30a607cafbb5fdbdef0e59b56c818e325b23dcf /dev-python/unittest2 | |
parent | Stable for x86, wrt bug #470564 (diff) | |
download | gentoo-2-2bcf8de669ac37d4d8b9ec6a3df29e2d5e8c2a1a.tar.gz gentoo-2-2bcf8de669ac37d4d8b9ec6a3df29e2d5e8c2a1a.tar.bz2 gentoo-2-2bcf8de669ac37d4d8b9ec6a3df29e2d5e8c2a1a.zip |
Stable for x86, wrt bug #477360
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/unittest2')
-rw-r--r-- | dev-python/unittest2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/unittest2/unittest2-0.5.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/unittest2/ChangeLog b/dev-python/unittest2/ChangeLog index e23e2139a1d2..131badd07095 100644 --- a/dev-python/unittest2/ChangeLog +++ b/dev-python/unittest2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/unittest2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.34 2013/08/06 13:10:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.35 2013/08/07 13:26:09 ago Exp $ + + 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r1.ebuild: + Stable for x86, wrt bug #477360 06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r1.ebuild: Stable for s390, wrt bug #477360 diff --git a/dev-python/unittest2/unittest2-0.5.1-r1.ebuild b/dev-python/unittest2/unittest2-0.5.1-r1.ebuild index 9a884baef88a..93d2384d2bc7 100644 --- a/dev-python/unittest2/unittest2-0.5.1-r1.ebuild +++ b/dev-python/unittest2/unittest2-0.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r1.ebuild,v 1.11 2013/08/06 13:10:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r1.ebuild,v 1.12 2013/08/07 13:26:09 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc ~x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |