diff options
| author | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 00:12:25 +0100 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 01:03:33 +0100 |
| commit | 6defc2f4cced20e5e4abe8dc97e1f07d4c55c550 (patch) | |
| tree | ceb66e9e34100f6b1ae237ae2da1d40ff44b8cba /dev-python | |
| parent | cee08b3bab5db763abae9095c3eddc6778279d28 (diff) | |
| download | gentoo-6defc2f4cced20e5e4abe8dc97e1f07d4c55c550.tar.gz gentoo-6defc2f4cced20e5e4abe8dc97e1f07d4c55c550.tar.bz2 gentoo-6defc2f4cced20e5e4abe8dc97e1f07d4c55c550.zip | |
dev-python/testscenarios: add ~amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/testscenarios/testscenarios-0.5.0.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/testscenarios/testscenarios-0.5.0.ebuild b/dev-python/testscenarios/testscenarios-0.5.0.ebuild index d3b76cd7a886..280aabdbe070 100644 --- a/dev-python/testscenarios/testscenarios-0.5.0.ebuild +++ b/dev-python/testscenarios/testscenarios-0.5.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,10 +13,13 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" 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" -RDEPEND="dev-python/testtools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +RDEPEND=" + dev-python/testtools[${PYTHON_USEDEP}]" + +DEPEND=" + ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/pbr-0.11[${PYTHON_USEDEP}]" |
