diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-04-06 12:56:30 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-04-06 13:05:05 +0200 |
commit | 50e9d1db0d5ca325a2a620daab69f9fcd9a62a46 (patch) | |
tree | 6a76c77aead36307322278d3796f2079bd421552 /virtual/python-ipaddress | |
parent | app-misc/screenfetch: marked ~x64-macos, bug #650848 (diff) | |
download | gentoo-50e9d1db0d5ca325a2a620daab69f9fcd9a62a46.tar.gz gentoo-50e9d1db0d5ca325a2a620daab69f9fcd9a62a46.tar.bz2 gentoo-50e9d1db0d5ca325a2a620daab69f9fcd9a62a46.zip |
virtual/python-ipaddress: marked ~x64-macos, bug #650848
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'virtual/python-ipaddress')
-rw-r--r-- | virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild b/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild index 08b45843ffbe..a8e01d4d1510 100644 --- a/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild +++ b/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A virtual for Python ipaddress module" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} |