commit: a9fc1df5258ecbeab6c88080e6f0c7fba82c2334
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 03:04:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 03:04:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fc1df5
dev-util/pkgcheck: Stabilize 0.7.9 arm64, #763804
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/pkgcheck/pkgcheck-0.7.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/pkgcheck/pkgcheck-0.7.9.ebuild
b/dev-util/pkgcheck/pkgcheck-0.7.9.ebuild
index 72a9c7ce56f..3ce32d1ad97 100644
--- a/dev-util/pkgcheck/pkgcheck-0.7.9.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.7.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git"
inherit git-r3
else
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390
~sparc ~x86 ~x64-macos"
+ KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc
~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
fi