diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-11-19 21:16:55 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-11-19 22:14:55 +0100 |
commit | c405228e225e518064c4580be13e28a49053e1ce (patch) | |
tree | f20b21bfd43a6915ecb321f81593ef7ca668f78f /virtual/python-funcsigs | |
parent | dev-python/funcsigs: marked ~*-solaris (diff) | |
download | gentoo-c405228e225e518064c4580be13e28a49053e1ce.tar.gz gentoo-c405228e225e518064c4580be13e28a49053e1ce.tar.bz2 gentoo-c405228e225e518064c4580be13e28a49053e1ce.zip |
virtual/python-funcsigs: marked ~*-solaris
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'virtual/python-funcsigs')
-rw-r--r-- | virtual/python-funcsigs/python-funcsigs-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild b/virtual/python-funcsigs/python-funcsigs-1.ebuild index 96913446ad86..a27bf25dcb8f 100644 --- a/virtual/python-funcsigs/python-funcsigs-1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 variant)" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" |