diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-02-17 19:42:05 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-17 22:50:38 +0100 |
commit | 55eb8177fb69a794d2d06ebce36e19ffcec81ee7 (patch) | |
tree | 78270452e43d3d83b995c0272a7e41906d793997 /dev-python/pytest-expect | |
parent | dev-python/sphinx_rtd_theme: add ~amd64-fbsd keyword. (diff) | |
download | gentoo-55eb8177fb69a794d2d06ebce36e19ffcec81ee7.tar.gz gentoo-55eb8177fb69a794d2d06ebce36e19ffcec81ee7.tar.bz2 gentoo-55eb8177fb69a794d2d06ebce36e19ffcec81ee7.zip |
dev-python/pytest-expect: add ~amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python/pytest-expect')
-rw-r--r-- | dev-python/pytest-expect/pytest-expect-1.1.0.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild index 3684c79857ec..731b4b8a78fe 100644 --- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild +++ b/dev-python/pytest-expect/pytest-expect-1.1.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=6 @@ -12,10 +12,13 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] dev-python/u-msgpack[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} + +DEPEND=" + ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" |