diff options
author | 2021-01-27 03:04:18 +0000 | |
---|---|---|
committer | 2021-01-27 03:04:18 +0000 | |
commit | a9fc1df5258ecbeab6c88080e6f0c7fba82c2334 (patch) | |
tree | c1e94b7a1093f5daa041d5fabb1cd6759355d5ae /dev-util/pkgcheck | |
parent | net-misc/suite3270: Stabilize 4.0_p13 s390, #765517 (diff) | |
download | gentoo-a9fc1df5258ecbeab6c88080e6f0c7fba82c2334.tar.gz gentoo-a9fc1df5258ecbeab6c88080e6f0c7fba82c2334.tar.bz2 gentoo-a9fc1df5258ecbeab6c88080e6f0c7fba82c2334.zip |
dev-util/pkgcheck: Stabilize 0.7.9 arm64, #763804
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.7.9.ebuild | 4 |
1 files 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 72a9c7ce56f1..3ce32d1ad971 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 |