diff options
author | 2017-01-22 17:19:52 +0100 | |
---|---|---|
committer | 2017-01-22 17:26:55 +0100 | |
commit | 09346c88fd13a9ee175846a1175453c32f891000 (patch) | |
tree | 3e5129649cb0c5b057690657019e13e27df1d357 /virtual/python-singledispatch | |
parent | dev-python/singledispatch: sparc stable wrt bug #530622 (diff) | |
download | gentoo-09346c88fd13a9ee175846a1175453c32f891000.tar.gz gentoo-09346c88fd13a9ee175846a1175453c32f891000.tar.bz2 gentoo-09346c88fd13a9ee175846a1175453c32f891000.zip |
virtual/python-singledispatch: sparc stable wrt bug #530622
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'virtual/python-singledispatch')
-rw-r--r-- | virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index 394b439e2418..46c5bbefc4f7 100644 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)" |