Gentoo Archives: gentoo-commits

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