dev-python/funcsigs: add ~amd64-fbsd keyword.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 18 Feb 2018 13:16:44 +0000 (14:16 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 18 Feb 2018 13:57:24 +0000 (14:57 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.4

dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild

index a6926ba1f685e840124f55f6000b89192436f517..27b3464b82675dabea86f9abcf5c6a85a7c1aed1 100644 (file)
@@ -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
@@ -13,13 +13,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.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"
 IUSE="test"
 
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
-RDEPEND=""
 
 PATCHES=(
        # This patch disables some tests for pypy as they do not work as expected.