summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-04-08 15:32:34 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-04-08 15:32:34 +0000
commit66401a37c129437def405b76689b62fb5e242a9b (patch)
tree1dd19ad28ac85ffaabe43f8a9ba642bd002fa071 /virtual/python-singledispatch
parentStable for amd64, wrt bug #544264 (diff)
downloadgentoo-2-66401a37c129437def405b76689b62fb5e242a9b.tar.gz
gentoo-2-66401a37c129437def405b76689b62fb5e242a9b.tar.bz2
gentoo-2-66401a37c129437def405b76689b62fb5e242a9b.zip
Stable for amd64, wrt bug #544994
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'virtual/python-singledispatch')
-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 5c5b055b918d..3228025a7cdc 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.2 2015/04/02 16:15:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-singledispatch/ChangeLog,v 1.3 2015/04/08 15:32:34 ago Exp $
+
+ 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> python-singledispatch-0.ebuild:
+ Stable for amd64, wrt bug #544994
02 Apr 2015; Ian Delaney <idella4@gentoo.org> python-singledispatch-0.ebuild:
drop old impl
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index d4b8ea89d927..7bd6985c2259 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.2 2015/04/02 16:15:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-singledispatch/python-singledispatch-0.ebuild,v 1.3 2015/04/08 15:32:34 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)"