diff options
author | Sam James <sam@gentoo.org> | 2021-02-27 12:31:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-27 12:31:18 +0000 |
commit | 7a6c923a20279952a0c5d0a17f7e36136dcbc747 (patch) | |
tree | aee11a9ea09c03a61d3914020db43789e6fdfb26 /dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild | |
parent | dev-libs/leatherman: Stabilize 1.12.4 ppc, #773160 (diff) | |
download | gentoo-7a6c923a20279952a0c5d0a17f7e36136dcbc747.tar.gz gentoo-7a6c923a20279952a0c5d0a17f7e36136dcbc747.tar.bz2 gentoo-7a6c923a20279952a0c5d0a17f7e36136dcbc747.zip |
dev-python/sgmllib3k: Stabilize 1.0.0 arm64, #756430
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild')
-rw-r--r-- | dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild b/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild index a228a8a031d5..7e9bfa71d7ac 100644 --- a/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild +++ b/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" |