diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-11 08:39:00 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-11 08:39:00 +0200 |
commit | 4854892a1eac7ab21e7f98e9cfccf21ca7f7b8d6 (patch) | |
tree | 400907be93580abf0f80b65c06f3ef0f592bc64d /dev-util/abi-compliance-checker | |
parent | mail-filter/opendmarc: amd64 stable wrt bug #797214 (diff) | |
download | gentoo-4854892a1eac7ab21e7f98e9cfccf21ca7f7b8d6.tar.gz gentoo-4854892a1eac7ab21e7f98e9cfccf21ca7f7b8d6.tar.bz2 gentoo-4854892a1eac7ab21e7f98e9cfccf21ca7f7b8d6.zip |
dev-util/abi-compliance-checker: amd64 stable wrt bug #807448
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util/abi-compliance-checker')
-rw-r--r-- | dev-util/abi-compliance-checker/abi-compliance-checker-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-2.3.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-2.3.ebuild index e821544b1a85..f01d3ea13d73 100644 --- a/dev-util/abi-compliance-checker/abi-compliance-checker-2.3.ebuild +++ b/dev-util/abi-compliance-checker/abi-compliance-checker-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="dev-lang/perl" |