diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-21 11:34:33 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-21 11:34:33 +0100 |
commit | e68322117b014e077b0f0d266abc1e830e0b1386 (patch) | |
tree | 836a01f8f9c13398a0ec62ad24f371ac69c80032 /dev-python/cached-property | |
parent | app-crypt/chntpw: ppc stable wrt bug #705920 (diff) | |
download | gentoo-e68322117b014e077b0f0d266abc1e830e0b1386.tar.gz gentoo-e68322117b014e077b0f0d266abc1e830e0b1386.tar.bz2 gentoo-e68322117b014e077b0f0d266abc1e830e0b1386.zip |
dev-python/cached-property: ppc64 stable wrt bug #705716
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/cached-property')
-rw-r--r-- | dev-python/cached-property/cached-property-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cached-property/cached-property-1.5.1.ebuild b/dev-python/cached-property/cached-property-1.5.1.ebuild index 5aaad30bd728..6504e5c26987 100644 --- a/dev-python/cached-property/cached-property-1.5.1.ebuild +++ b/dev-python/cached-property/cached-property-1.5.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |