From 5aee4a2ba253e3efab9b661e235434f76f4cc59a Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sat, 17 Feb 2018 20:46:31 +0100 Subject: [PATCH] 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 1ac95341c1082..df6dfe53b3373 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