diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-29 11:03:01 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-29 11:03:01 +0100 |
commit | e51578acb3756156a679388484cf4ba75a19f662 (patch) | |
tree | 3cb3fd75207f03f8ee81309c78a362ed2a39a8b7 /net-analyzer/linkchecker | |
parent | dev-python/pylama: Stabilize 8.3.6 x86, #832283 (diff) | |
download | gentoo-e51578acb3756156a679388484cf4ba75a19f662.tar.gz gentoo-e51578acb3756156a679388484cf4ba75a19f662.tar.bz2 gentoo-e51578acb3756156a679388484cf4ba75a19f662.zip |
net-analyzer/linkchecker: Stabilize 10.1.0 x86, #832296
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer/linkchecker')
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-10.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild b/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild index c839792807fa..af3294e0cff6 100644 --- a/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild +++ b/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/linkchecker/linkchecker/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="GPL-2" |