diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-15 10:16:02 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-15 10:16:02 +0200 |
commit | d0b6d683766dbc8934a4086819cdd30ae860bf16 (patch) | |
tree | ad56a62672da916803091f3e552841eafaed77f2 /dev-python/mechanize | |
parent | dev-python/pyicu: Stabilize 2.9 amd64, #844790 (diff) | |
download | gentoo-d0b6d683766dbc8934a4086819cdd30ae860bf16.tar.gz gentoo-d0b6d683766dbc8934a4086819cdd30ae860bf16.tar.bz2 gentoo-d0b6d683766dbc8934a4086819cdd30ae860bf16.zip |
dev-python/mechanize: Stabilize 0.4.8 ALLARCHES, #844796
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/mechanize')
-rw-r--r-- | dev-python/mechanize/mechanize-0.4.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mechanize/mechanize-0.4.8.ebuild b/dev-python/mechanize/mechanize-0.4.8.ebuild index 910c92be7113..c8d729b6ea5e 100644 --- a/dev-python/mechanize/mechanize-0.4.8.ebuild +++ b/dev-python/mechanize/mechanize-0.4.8.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( BSD ZPL )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |