From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F196158083 for ; Sat, 31 Aug 2024 09:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 829B0E29AA; Sat, 31 Aug 2024 09:14:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EA1EE29AA for ; Sat, 31 Aug 2024 09:14:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48A683430EF for ; Sat, 31 Aug 2024 09:14:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF7B014D5 for ; Sat, 31 Aug 2024 09:14:48 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1725095648.d03e6529d875d2ba93537c07459750d92f99b274.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/google-protobuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild dev-ruby/google-protobuf/google-protobuf-3.24.4.ebuild dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild X-VCS-Directories: dev-ruby/google-protobuf/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d03e6529d875d2ba93537c07459750d92f99b274 X-VCS-Branch: master Date: Sat, 31 Aug 2024 09:14:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37b07f43-1181-45e1-bbfb-fa5f793eaf73 X-Archives-Hash: bc3d9d8721986c6a0b95328d47ef3d98 commit: d03e6529d875d2ba93537c07459750d92f99b274 Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 31 09:14:08 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 31 09:14:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03e6529 dev-ruby/google-protobuf: ensure protoc availability Closes: https://bugs.gentoo.org/938276 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild | 4 ++-- dev-ruby/google-protobuf/google-protobuf-3.24.4.ebuild | 2 +- dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild b/dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild index 701738e78dc1..7d2cbd74c1f7 100644 --- a/dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild +++ b/dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ SLOT="3" KEYWORDS="~amd64 ~arm64" IUSE="" -DEPEND+=" >=dev-libs/protobuf-3.21.0" +DEPEND+=" >=dev-libs/protobuf-3.21.0[protoc(+)]" all_ruby_prepare() { sed -e '/extensiontask/ s:^:#:' \ diff --git a/dev-ruby/google-protobuf/google-protobuf-3.24.4.ebuild b/dev-ruby/google-protobuf/google-protobuf-3.24.4.ebuild index e259959da05c..7d2cbd74c1f7 100644 --- a/dev-ruby/google-protobuf/google-protobuf-3.24.4.ebuild +++ b/dev-ruby/google-protobuf/google-protobuf-3.24.4.ebuild @@ -23,7 +23,7 @@ SLOT="3" KEYWORDS="~amd64 ~arm64" IUSE="" -DEPEND+=" >=dev-libs/protobuf-3.21.0" +DEPEND+=" >=dev-libs/protobuf-3.21.0[protoc(+)]" all_ruby_prepare() { sed -e '/extensiontask/ s:^:#:' \ diff --git a/dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild b/dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild index 6261334cf22e..8ab535e9f330 100644 --- a/dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild +++ b/dev-ruby/google-protobuf/google-protobuf-3.25.4.ebuild @@ -22,7 +22,7 @@ LICENSE="BSD" SLOT="3" KEYWORDS="~amd64 ~arm64" -DEPEND=">=dev-libs/protobuf-3.25.0" +DEPEND=">=dev-libs/protobuf-3.25.0[protoc(+)]" all_ruby_prepare() { sed -e '/extensiontask/ s:^:#:' \