From 535915b3af07ea26b92b3c4356775359a0aa2fbe Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sun, 18 Feb 2018 00:17:50 +0100 Subject: dev-python/linecache2: add ~amd64-fbsd keyword. Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- dev-python/linecache2/linecache2-1.0.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-python/linecache2') diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild b/dev-python/linecache2/linecache2-1.0.0.ebuild index 81e3384415e8..b252b5b73aac 100644 --- a/dev-python/linecache2/linecache2-1.0.0.ebuild +++ b/dev-python/linecache2/linecache2-1.0.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=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" IUSE="test" DEPEND=" @@ -22,8 +22,8 @@ DEPEND=" test? ( dev-python/fixtures[${PYTHON_USEDEP}] dev-python/unittest2[${PYTHON_USEDEP}] - ) -" + )" + RDEPEND="" python_test() { -- cgit v1.2.3-65-gdbad