diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-02-07 11:56:53 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-02-07 11:56:53 +0100 |
commit | cb69a0b703c0ff1ca88e96a6296d72611f0523ca (patch) | |
tree | 171c745bbf1453bea1c449e29210cd39a67281d3 /dev-python/whichcraft | |
parent | dev-python/poyo: Stabilize on amd64 (diff) | |
download | gentoo-cb69a0b703c0ff1ca88e96a6296d72611f0523ca.tar.gz gentoo-cb69a0b703c0ff1ca88e96a6296d72611f0523ca.tar.bz2 gentoo-cb69a0b703c0ff1ca88e96a6296d72611f0523ca.zip |
dev-python/whichcraft:
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'dev-python/whichcraft')
-rw-r--r-- | dev-python/whichcraft/whichcraft-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/whichcraft/whichcraft-0.4.1.ebuild b/dev-python/whichcraft/whichcraft-0.4.1.ebuild index 337719a0b014..8d61137259a1 100644 --- a/dev-python/whichcraft/whichcraft-0.4.1.ebuild +++ b/dev-python/whichcraft/whichcraft-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pydanny/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst ) |