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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EAB6158017 for ; Tue, 28 Sep 2021 21:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D798AE0916; Tue, 28 Sep 2021 21:11:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9143E0916 for ; Tue, 28 Sep 2021 21:11:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90D2F342FA1 for ; Tue, 28 Sep 2021 21:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D10D79 for ; Tue, 28 Sep 2021 21:11:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632863464.08353981403c287224bcc7d76b8c209791dfb3ee.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rotp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rotp/rotp-6.2.0.ebuild X-VCS-Directories: dev-ruby/rotp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 08353981403c287224bcc7d76b8c209791dfb3ee X-VCS-Branch: master Date: Tue, 28 Sep 2021 21:11:13 +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: fbb377f1-7757-4737-a24d-090919c5d16b X-Archives-Hash: 6b7af325acd0fe4d7714bfedeffdc61c commit: 08353981403c287224bcc7d76b8c209791dfb3ee Author: Sam James gentoo org> AuthorDate: Tue Sep 28 20:53:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 28 21:11:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08353981 dev-ruby/rotp: fix RDEPEND Signed-off-by: Sam James gentoo.org> dev-ruby/rotp/rotp-6.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rotp/rotp-6.2.0.ebuild b/dev-ruby/rotp/rotp-6.2.0.ebuild index 1d586425b66..cf584132bc3 100644 --- a/dev-ruby/rotp/rotp-6.2.0.ebuild +++ b/dev-ruby/rotp/rotp-6.2.0.ebuild @@ -19,7 +19,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="dev-libs/openssl:0=" +RDEPEND="dev-libs/openssl" ruby_add_bdepend " test? ( >=dev-ruby/timecop-0.8 )