Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
Date: Sat, 26 Dec 2015 12:03:18
Message-Id: 1451131254.6105b02d74c1ff976bd102803b9a5ae5975fa531.ago@gentoo
1 commit: 6105b02d74c1ff976bd102803b9a5ae5975fa531
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 12:00:54 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 12:00:54 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6105b02d
7
8 virtual/python-singledispatch: ppc stable wrt bug #549898
9
10 Package-Manager: portage-2.2.24
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
18 index 59a3186..b79ec27 100644
19 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
20 +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI=""
22
23 LICENSE=""
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
26 +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
27 IUSE=""
28
29 RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"