summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-04-19 09:43:26 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-04-19 09:43:26 +0000
commite6de6b5c746e558cf95d82e41a5f3daa626b0c95 (patch)
tree342fac3112862eab1a89b16388f4c6bdbfddda9b /virtual
parentx86 stable wrt bug #535102 (diff)
downloadgentoo-2-e6de6b5c746e558cf95d82e41a5f3daa626b0c95.tar.gz
gentoo-2-e6de6b5c746e558cf95d82e41a5f3daa626b0c95.tar.bz2
gentoo-2-e6de6b5c746e558cf95d82e41a5f3daa626b0c95.zip
Stable for x86, wrt bug #544994
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/python-singledispatch/ChangeLog5
-rw-r--r--virtual/python-singledispatch/python-singledispatch-0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/python-singledispatch/ChangeLog b/virtual/python-singledispatch/ChangeLog
index 3228025a7cdc..a143d0ff94d4 100644
--- a/virtual/python-singledispatch/ChangeLog
+++ b/virtual/python-singledispatch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/python-singledispatch
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-singledispatch/ChangeLog,v 1.3 2015/04/08 15:32:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-singledispatch/ChangeLog,v 1.4 2015/04/19 09:43:26 ago Exp $
+
+ 19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> python-singledispatch-0.ebuild:
+ Stable for x86, wrt bug #544994
08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> python-singledispatch-0.ebuild:
Stable for amd64, wrt bug #544994
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 7bd6985c2259..f5852bd45b7f 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-singledispatch/python-singledispatch-0.ebuild,v 1.3 2015/04/08 15:32:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-singledispatch/python-singledispatch-0.ebuild,v 1.4 2015/04/19 09:43:26 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -12,7 +12,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3)"