diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 00:17:50 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 01:03:35 +0100 |
commit | 535915b3af07ea26b92b3c4356775359a0aa2fbe (patch) | |
tree | e428ea43e1930fcc60f0fef990a9d300155ab795 /dev-python/linecache2 | |
parent | dev-python/testscenarios: add ~amd64-fbsd keyword. (diff) | |
download | gentoo-535915b3af07ea26b92b3c4356775359a0aa2fbe.tar.gz gentoo-535915b3af07ea26b92b3c4356775359a0aa2fbe.tar.bz2 gentoo-535915b3af07ea26b92b3c4356775359a0aa2fbe.zip |
dev-python/linecache2: add ~amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python/linecache2')
-rw-r--r-- | dev-python/linecache2/linecache2-1.0.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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() { |