diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-09-30 12:12:51 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-09-30 12:15:17 -0700 |
commit | b28fd1c62138acd461c3c4d82a1bf307bbb783db (patch) | |
tree | 749dc6962a87de34a20d924a104cf068d7d7b250 /dev-python/mechanize | |
parent | dev-python/markdown: stabilize 3.0.1 amd64 and x86 (diff) | |
download | gentoo-b28fd1c62138acd461c3c4d82a1bf307bbb783db.tar.gz gentoo-b28fd1c62138acd461c3c4d82a1bf307bbb783db.tar.bz2 gentoo-b28fd1c62138acd461c3c4d82a1bf307bbb783db.zip |
dev-python/mechanize: stabilize 0.3.6 amd64 and x86
Bug: https://bugs.gentoo.org/695902
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/mechanize')
-rw-r--r-- | dev-python/mechanize/mechanize-0.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mechanize/mechanize-0.3.6.ebuild b/dev-python/mechanize/mechanize-0.3.6.ebuild index 1dfd59b72d76..b3264b93851b 100644 --- a/dev-python/mechanize/mechanize-0.3.6.ebuild +++ b/dev-python/mechanize/mechanize-0.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |