diff options
author | 2020-12-20 05:15:27 +0000 | |
---|---|---|
committer | 2020-12-20 05:15:27 +0000 | |
commit | 1b594611aa143a9a50ca3745cf33f684945fafac (patch) | |
tree | 3160d446647ac73eb1c156a0ffb2d036d4d3a874 /virtual/python-greenlet | |
parent | virtual/ruby-ssl: fix MissingVirtualKeywords (diff) | |
download | gentoo-1b594611aa143a9a50ca3745cf33f684945fafac.tar.gz gentoo-1b594611aa143a9a50ca3745cf33f684945fafac.tar.bz2 gentoo-1b594611aa143a9a50ca3745cf33f684945fafac.zip |
virtual/python-greenlet: improve MissingVirtualKeywords
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/python-greenlet')
-rw-r--r-- | virtual/python-greenlet/python-greenlet-1.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild index 988c8b2aaddf..4967a6697c34 100644 --- a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild +++ b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A virtual for Python greenlet module" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} |