diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-08 11:01:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-08 11:01:56 +0000 |
commit | d2814af05f374ae2b78587f2cec460330589cbf5 (patch) | |
tree | 3c47db637800a4d38cd501dc31705b5ae5c49e09 /dev-python/unittest2 | |
parent | Stable for ppc64, wrt bug #530574 (diff) | |
download | gentoo-2-d2814af05f374ae2b78587f2cec460330589cbf5.tar.gz gentoo-2-d2814af05f374ae2b78587f2cec460330589cbf5.tar.bz2 gentoo-2-d2814af05f374ae2b78587f2cec460330589cbf5.zip |
Stable for ppc64, wrt bug #530612
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/unittest2/ChangeLog b/dev-python/unittest2/ChangeLog index f91da0f457d0..2a42bc18492d 100644 --- a/dev-python/unittest2/ChangeLog +++ b/dev-python/unittest2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/unittest2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.49 2014/12/07 20:09:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.50 2014/12/08 11:01:56 ago Exp $ + + 08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild: + Stable for ppc64, wrt bug #530612 07 Dec 2014; Markus Meier <maekke@gentoo.org> unittest2-0.5.1-r2.ebuild: arm stable, bug #530612 diff --git a/dev-python/unittest2/unittest2-0.5.1-r2.ebuild b/dev-python/unittest2/unittest2-0.5.1-r2.ebuild index 54b17631f928..4a9794b1dc5d 100644 --- a/dev-python/unittest2/unittest2-0.5.1-r2.ebuild +++ b/dev-python/unittest2/unittest2-0.5.1-r2.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/unittest2/unittest2-0.5.1-r2.ebuild,v 1.11 2014/12/07 20:09:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.12 2014/12/08 11:01:56 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -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 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |