dev-python/pickleshare: Stable for amd64. Mark stable for the remaining arches using...
authorPatrice Clement <monsieurp@gentoo.org>
Wed, 19 Oct 2016 23:13:51 +0000 (01:13 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 19 Oct 2016 23:22:31 +0000 (01:22 +0200)
Package-Manager: portage-2.3.0

dev-python/pickleshare/pickleshare-0.7.3.ebuild

index 46757b51fbe0c950838804305acc4bc7ac8bb44b..a7723e8865778463dbda3df04d8a18888fcba124 100644 (file)
@@ -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
 }