diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 01:02:50 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 01:03:46 +0100 |
commit | 3d3be5d975a98230d54557ed6975aab338e071d3 (patch) | |
tree | 1320c45136fdf38795b3cfb09c25749d941ed2d2 /virtual | |
parent | sys-devel/autoconf-archive: add ~amd64-fbsd keyword. (diff) | |
download | gentoo-3d3be5d975a98230d54557ed6975aab338e071d3.tar.gz gentoo-3d3be5d975a98230d54557ed6975aab338e071d3.tar.bz2 gentoo-3d3be5d975a98230d54557ed6975aab338e071d3.zip |
virtual/python-funcsigs: add ~amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-funcsigs/python-funcsigs-0-r1.ebuild | 4 | ||||
-rw-r--r-- | virtual/python-funcsigs/python-funcsigs-1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild index d8fa5255fd09..f3bfd128a89a 100644 --- a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-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 function signatures from PEP362 (py3.3 variant)" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild b/virtual/python-funcsigs/python-funcsigs-1.ebuild index 9673bfe352d1..897f2518d2a9 100644 --- a/virtual/python-funcsigs/python-funcsigs-1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-1.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 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-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" |