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 BF2931581D3 for ; Sun, 2 Jun 2024 09:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1128FE2AF0; Sun, 2 Jun 2024 09:59:14 +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 E406CE2AF0 for ; Sun, 2 Jun 2024 09:59:13 +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 06099335DC3 for ; Sun, 2 Jun 2024 09:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 952421BFF for ; Sun, 2 Jun 2024 09:59:11 +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: <1717322302.8366cdbc78e85f51cd36d0916c58cf00f948734e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/drb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/drb/drb-2.2.1.ebuild X-VCS-Directories: dev-ruby/drb/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8366cdbc78e85f51cd36d0916c58cf00f948734e X-VCS-Branch: master Date: Sun, 2 Jun 2024 09:59:11 +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: a11f60ae-9e07-4a69-b07e-c08b8a554be8 X-Archives-Hash: 31b3d0c98a9afbea4300075f59e61194 commit: 8366cdbc78e85f51cd36d0916c58cf00f948734e Author: Hans de Graaff gentoo org> AuthorDate: Sun Jun 2 09:58:22 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jun 2 09:58:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8366cdbc dev-ruby/drb: add missing test dependencies Closes: https://bugs.gentoo.org/923384 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/drb/drb-2.2.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-ruby/drb/drb-2.2.1.ebuild b/dev-ruby/drb/drb-2.2.1.ebuild index f47a54d0c2b1..27f2d5424e9f 100644 --- a/dev-ruby/drb/drb-2.2.1.ebuild +++ b/dev-ruby/drb/drb-2.2.1.ebuild @@ -17,9 +17,12 @@ SRC_URI="https://github.com/ruby/drb/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="test" ruby_add_rdepend "dev-ruby/ruby2_keywords" +ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" + all_ruby_prepare() { sed -e 's:_relative ": "./:' \ -i ${RUBY_FAKEGEM_GEMSPEC} || die