From: Patrice Clement Date: Wed, 19 Oct 2016 23:13:51 +0000 (+0200) Subject: dev-python/pickleshare: Stable for amd64. Mark stable for the remaining arches using... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=18bf567a2d08d296;p=gentoo.git dev-python/pickleshare: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 --- diff --git a/dev-python/pickleshare/pickleshare-0.7.3.ebuild b/dev-python/pickleshare/pickleshare-0.7.3.ebuild index 46757b51fbe0..a7723e886577 100644 --- a/dev-python/pickleshare/pickleshare-0.7.3.ebuild +++ b/dev-python/pickleshare/pickleshare-0.7.3.ebuild @@ -14,15 +14,18 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 x86" IUSE="test" RDEPEND=" $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' python2_7 python3_3) >=dev-python/path-py-6.2[${PYTHON_USEDEP}]" + DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +RESTRICT="test" + python_test() { py.test || die }