summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-08-09 12:55:51 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-08-09 12:55:57 +0300
commitb2e00ed469c79912893aa3351d58e776d0442122 (patch)
tree045c945e4fdc79376ba1f95b6c1db5beb1ede785 /dev-libs/protobuf
parentdev-ruby/railties: stabilize 6.1.7.7 for amd64 (diff)
downloadgentoo-b2e00ed469c79912893aa3351d58e776d0442122.tar.gz
gentoo-b2e00ed469c79912893aa3351d58e776d0442122.tar.bz2
gentoo-b2e00ed469c79912893aa3351d58e776d0442122.zip
dev-libs/protobuf: Keyword 27.2 s390, #912773
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r--dev-libs/protobuf/protobuf-27.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-27.2.ebuild b/dev-libs/protobuf/protobuf-27.2.ebuild
index d9b11f9f0d6a..e6c26cbfee3a 100644
--- a/dev-libs/protobuf/protobuf-27.2.ebuild
+++ b/dev-libs/protobuf/protobuf-27.2.ebuild
@@ -18,7 +18,7 @@ if [[ "${PV}" == *9999 ]]; then
inherit git-r3
else
SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
MY_SLOT=$(ver_cut 1-2)
fi