From c7588ea2c205555fae5b8435286afda7e9764bd0 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 10 Nov 2015 08:52:58 +0100 Subject: virtual/python-singledispatch: Add missing KEYWRODS and python implementations Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- virtual/python-singledispatch/python-singledispatch-0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'virtual/python-singledispatch/python-singledispatch-0.ebuild') diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index fef19efc14e2..3b6f78f67090 100644 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit python-r1 @@ -14,7 +14,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" -RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3)" +RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)" -- cgit v1.2.3-65-gdbad