diff options
author | 2021-05-26 08:44:44 +0200 | |
---|---|---|
committer | 2021-05-26 08:44:44 +0200 | |
commit | 7f99f428defce5cffd9b16e1402a4fd913620b15 (patch) | |
tree | 19ab40c363d1b9877533b3094dd7b97273011af1 /dev-python/hacking | |
parent | dev-python/GitPython: amd64/arm64/x86 stable (ALLARCHES policy) wrt bug #791979 (diff) | |
download | gentoo-7f99f428defce5cffd9b16e1402a4fd913620b15.tar.gz gentoo-7f99f428defce5cffd9b16e1402a4fd913620b15.tar.bz2 gentoo-7f99f428defce5cffd9b16e1402a4fd913620b15.zip |
dev-python/hacking: amd64 stable wrt bug #791982
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/hacking')
-rw-r--r-- | dev-python/hacking/hacking-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hacking/hacking-4.1.0.ebuild b/dev-python/hacking/hacking-4.1.0.ebuild index 3a8ad04c9035..0932b8c7992a 100644 --- a/dev-python/hacking/hacking-4.1.0.ebuild +++ b/dev-python/hacking/hacking-4.1.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RESTRICT="!test? ( test )" |