diff options
author | 2019-05-25 21:10:26 +0200 | |
---|---|---|
committer | 2019-06-01 23:55:45 +0200 | |
commit | 48351388a4195e3f445bc6121266d3ba84e28224 (patch) | |
tree | 7bb21869da3e2a9e181ef234f469b28a7b24ca75 /dev-python/scandir | |
parent | dev-lang/scala-bin: clean up old. (diff) | |
download | gentoo-48351388a4195e3f445bc6121266d3ba84e28224.tar.gz gentoo-48351388a4195e3f445bc6121266d3ba84e28224.tar.bz2 gentoo-48351388a4195e3f445bc6121266d3ba84e28224.zip |
dev-python/scandir: stable for amd64.
mark stable for the remaining arches using the ALLARCHES policy.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/scandir')
-rw-r--r-- | dev-python/scandir/scandir-1.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scandir/scandir-1.10.0.ebuild b/dev-python/scandir/scandir-1.10.0.ebuild index c61b7d21593d..49ca8d12b077 100644 --- a/dev-python/scandir/scandir-1.10.0.ebuild +++ b/dev-python/scandir/scandir-1.10.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |