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 A111A158009 for ; Fri, 30 Jun 2023 09:27:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8D79E092B; Fri, 30 Jun 2023 09:27:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AA3E0E092B for ; Fri, 30 Jun 2023 09:27:36 +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 DBC6A340ADB for ; Fri, 30 Jun 2023 09:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77B39A6A for ; Fri, 30 Jun 2023 09:27:34 +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: <1688117193.8b35cccd490615b9b8234d1c95520f4173983de6.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 X-VCS-Directories: dev-ruby/google-protobuf/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8b35cccd490615b9b8234d1c95520f4173983de6 X-VCS-Branch: master Date: Fri, 30 Jun 2023 09:27:34 +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: 0e72c974-2bc4-43ff-ac29-35117a33d6f7 X-Archives-Hash: 64f859f2a86e1ea2fe704c61fb47d261 commit: 8b35cccd490615b9b8234d1c95520f4173983de6 Author: Hans de Graaff gentoo org> AuthorDate: Fri Jun 30 09:26:33 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jun 30 09:26:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b35cccd dev-ruby/google-protobuf: fix dependency on protobuf dev-libs/protobuf is now a build dependency, not just a test dependency. Closes: https://bugs.gentoo.org/909383 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2a8dccfa37d3..f126f2986773 100644 --- a/dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild +++ b/dev-ruby/google-protobuf/google-protobuf-3.21.12.ebuild @@ -23,7 +23,7 @@ SLOT="3" KEYWORDS="~amd64" IUSE="" -DEPEND+=" test? ( >=dev-libs/protobuf-3.21.0 )" +DEPEND+=" >=dev-libs/protobuf-3.21.0" all_ruby_prepare() { sed -e '/extensiontask/ s:^:#:' \