diff options
author | 2022-05-22 22:15:47 +0300 | |
---|---|---|
committer | 2022-05-22 22:15:47 +0300 | |
commit | c6a048db2a2b40a2b760e162beef87d12201ac98 (patch) | |
tree | a98ebd9ecad1c868ee6a0cebab5602a635564ea4 /dev-util | |
parent | dev-libs/tree-sitter-bash: Keyword 0.19.0 s390, #844223 (diff) | |
download | gentoo-c6a048db2a2b40a2b760e162beef87d12201ac98.tar.gz gentoo-c6a048db2a2b40a2b760e162beef87d12201ac98.tar.bz2 gentoo-c6a048db2a2b40a2b760e162beef87d12201ac98.zip |
dev-util/pkgcheck: Keyword 0.10.10 s390, #844223
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.10.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.10.10.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.10.ebuild index a131a086a538..c18aff84d5f8 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.10.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.10.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git" inherit git-r3 else - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi |