diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-05 10:18:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-05 10:18:20 +0000 |
commit | 5fc2214942b48b0e6cde602da4fd25bcc5f79117 (patch) | |
tree | a90f52c707f988efafc909296a9fc1bfbf366f47 /dev-python/unittest2 | |
parent | Stable for x86, wrt bug #531088 (diff) | |
download | gentoo-2-5fc2214942b48b0e6cde602da4fd25bcc5f79117.tar.gz gentoo-2-5fc2214942b48b0e6cde602da4fd25bcc5f79117.tar.bz2 gentoo-2-5fc2214942b48b0e6cde602da4fd25bcc5f79117.zip |
Stable for x86, wrt bug #530612
(Portage version: 2.2.8-r2/cvs/Linux x86_64, 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-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/unittest2/ChangeLog b/dev-python/unittest2/ChangeLog index f6c5dccde8e5..70d81e9199bb 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.45 2014/12/04 09:58:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.46 2014/12/05 10:18:20 ago Exp $ + + 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild: + Stable for x86, wrt bug #530612 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild: Stable for amd64, wrt 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 eff51be8d2f1..a3230439d38f 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.7 2014/12/04 09:58:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.8 2014/12/05 10:18:20 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}]" |