commit: 5aee4a2ba253e3efab9b661e235434f76f4cc59a Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Feb 17 19:46:31 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Feb 17 21:50:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aee4a2b
dev-python/hypothesis: add ~amd64-fbsd keyword. Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-python/hypothesis/hypothesis-3.44.26.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-3.44.26.ebuild b/dev-python/hypothesis/hypothesis-3.44.26.ebuild index 1ac95341c10..df6dfe53b33 100644 --- a/dev-python/hypothesis/hypothesis-3.44.26.ebuild +++ b/dev-python/hypothesis/hypothesis-3.44.26.ebuild @@ -14,17 +14,19 @@ SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar. LICENSE="MPL-2.0" 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="" RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy)" -DEPEND="${RDEPEND} + +DEPEND=" + ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -S=${WORKDIR}/${PN}-python-${PV} +S="${WORKDIR}/${PN}-python-${PV}" pkg_postinst() { optfeature "datetime support" dev-python/pytz
