summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-12-04 09:58:32 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-12-04 09:58:32 +0000
commit8c25fac2b132a7d1bc1ee3181f2eca53f9956e0a (patch)
tree310413b4d4aaf0b5449e1dcac5d65a1e492a9ae6 /dev-python/unittest2
parentStable for amd64, wrt bug #531502 (diff)
downloadgentoo-2-8c25fac2b132a7d1bc1ee3181f2eca53f9956e0a.tar.gz
gentoo-2-8c25fac2b132a7d1bc1ee3181f2eca53f9956e0a.tar.bz2
gentoo-2-8c25fac2b132a7d1bc1ee3181f2eca53f9956e0a.zip
Stable for amd64, wrt bug #530612
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/unittest2')
-rw-r--r--dev-python/unittest2/ChangeLog5
-rw-r--r--dev-python/unittest2/unittest2-0.5.1-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/unittest2/ChangeLog b/dev-python/unittest2/ChangeLog
index 415e801d2c97..f6c5dccde8e5 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.44 2014/11/26 12:21:58 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.45 2014/12/04 09:58:32 ago Exp $
+
+ 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
+ Stable for amd64, wrt bug #530612
26 Nov 2014; Ian Delaney <idella4@gentoo.org> unittest2-0.5.1-r2.ebuild:
clean old python impls
diff --git a/dev-python/unittest2/unittest2-0.5.1-r2.ebuild b/dev-python/unittest2/unittest2-0.5.1-r2.ebuild
index 593f9441cf0a..eff51be8d2f1 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.6 2014/11/26 12:21:58 idella4 Exp $
+# $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 $
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}]"