diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 08:52:58 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:54:09 +0100 |
commit | c7588ea2c205555fae5b8435286afda7e9764bd0 (patch) | |
tree | 43e5ba74178d5d8e24eeda47ba2404115ee8baf6 /virtual/python-singledispatch/python-singledispatch-0.ebuild | |
parent | dev-python/process-tests: Version Bump (diff) | |
download | gentoo-c7588ea2c205555fae5b8435286afda7e9764bd0.tar.gz gentoo-c7588ea2c205555fae5b8435286afda7e9764bd0.tar.bz2 gentoo-c7588ea2c205555fae5b8435286afda7e9764bd0.zip |
virtual/python-singledispatch: Add missing KEYWRODS and python implementations
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'virtual/python-singledispatch/python-singledispatch-0.ebuild')
-rw-r--r-- | virtual/python-singledispatch/python-singledispatch-0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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)" |