diff options
author | 2024-05-18 15:21:37 +0300 | |
---|---|---|
committer | 2024-05-18 15:21:37 +0300 | |
commit | 40f63fa6863672e46ac6d283bb05d0cff8b98c35 (patch) | |
tree | 8acea7f057d1be3b23442f3c6f6d2397b29ad795 /dev-util/pkgcheck | |
parent | dev-util/pkgcheck: add 0.10.30 (diff) | |
download | gentoo-40f63fa6863672e46ac6d283bb05d0cff8b98c35.tar.gz gentoo-40f63fa6863672e46ac6d283bb05d0cff8b98c35.tar.bz2 gentoo-40f63fa6863672e46ac6d283bb05d0cff8b98c35.zip |
dev-util/pkgcheck: Stabilize 0.10.29-r1 ALLARCHES, #930025
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.10.29-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.10.29-r1.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.29-r1.ebuild index 17cf742ce7ef..18fafd3a06e5 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.29-r1.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.29-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then https://github.com/pkgcore/pkgcheck.git" inherit git-r3 else - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" inherit pypi fi |