diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-21 21:47:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-21 23:11:11 +0100 |
commit | 6ab24b6dbcf66537c23e970cebf926ee49d76abc (patch) | |
tree | a8ae9f9a94a4b50cb042d5f4d9842a5f0d8f5ec2 /virtual | |
parent | dev-python/cryptography: Tested on ~amd64-fbsd (diff) | |
download | gentoo-6ab24b6dbcf66537c23e970cebf926ee49d76abc.tar.gz gentoo-6ab24b6dbcf66537c23e970cebf926ee49d76abc.tar.bz2 gentoo-6ab24b6dbcf66537c23e970cebf926ee49d76abc.zip |
virtual/python-cffi: Keyword ~amd64-fbsd
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-cffi/python-cffi-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild index 516695acf789..d5b81b28a564 100644 --- a/virtual/python-cffi/python-cffi-0.ebuild +++ b/virtual/python-cffi/python-cffi-0.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=6 @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A virtual for the Python cffi package" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # built-in in PyPy and PyPy3 |