diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-03-20 11:30:56 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-03-20 11:30:56 +0100 |
commit | 184ca81772628734c070e599636712c4506e6b35 (patch) | |
tree | f00a757cccc90ac5426b18814307203a01a5ecf8 /virtual/python-typing | |
parent | dev-python/constantly: marked ~amd64-linux (diff) | |
download | gentoo-184ca81772628734c070e599636712c4506e6b35.tar.gz gentoo-184ca81772628734c070e599636712c4506e6b35.tar.bz2 gentoo-184ca81772628734c070e599636712c4506e6b35.zip |
virtual/python-typing: marked ~amd64-linux
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'virtual/python-typing')
-rw-r--r-- | virtual/python-typing/python-typing-0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-typing/python-typing-0-r1.ebuild b/virtual/python-typing/python-typing-0-r1.ebuild index af93bf809ced..b911a4a8168e 100644 --- a/virtual/python-typing/python-typing-0-r1.ebuild +++ b/virtual/python-typing/python-typing-0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 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 the Python typing module" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x64-solaris" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} |