diff options
author | 2024-11-06 15:19:02 +0000 | |
---|---|---|
committer | 2024-11-06 15:19:02 +0000 | |
commit | 1e9ab8acfc9e97212151eff1a22fd6721270d123 (patch) | |
tree | b66fbb68534dcf55e8610a7b911c04937f5ec61a | |
parent | net-misc/rwhoisd: drop 1.5.9.6-r2 (diff) | |
download | gentoo-1e9ab8acfc9e97212151eff1a22fd6721270d123.tar.gz gentoo-1e9ab8acfc9e97212151eff1a22fd6721270d123.tar.bz2 gentoo-1e9ab8acfc9e97212151eff1a22fd6721270d123.zip |
dev-libs/protobuf: Stabilize 28.0 amd64, #942939
Signed-off-by: Sam James <[email protected]>
-rw-r--r-- | dev-libs/protobuf/protobuf-28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-28.0.ebuild b/dev-libs/protobuf/protobuf-28.0.ebuild index 7054ef4a074a..1f8d08cd593b 100644 --- a/dev-libs/protobuf/protobuf-28.0.ebuild +++ b/dev-libs/protobuf/protobuf-28.0.ebuild @@ -19,7 +19,7 @@ if [[ "${PV}" == *9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/protocolbuffers/protobuf/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" MY_SLOT=$(ver_cut 1-2) fi |