Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rotp/
Date: Tue, 28 Sep 2021 21:11:16
Message-Id: 1632863464.08353981403c287224bcc7d76b8c209791dfb3ee.sam@gentoo
1 commit: 08353981403c287224bcc7d76b8c209791dfb3ee
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 20:53:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 21:11:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08353981
7
8 dev-ruby/rotp: fix RDEPEND
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/rotp/rotp-6.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/rotp/rotp-6.2.0.ebuild b/dev-ruby/rotp/rotp-6.2.0.ebuild
16 index 1d586425b66..cf584132bc3 100644
17 --- a/dev-ruby/rotp/rotp-6.2.0.ebuild
18 +++ b/dev-ruby/rotp/rotp-6.2.0.ebuild
19 @@ -19,7 +19,7 @@ LICENSE="MIT"
20 SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 -RDEPEND="dev-libs/openssl:0="
24 +RDEPEND="dev-libs/openssl"
25
26 ruby_add_bdepend "
27 test? ( >=dev-ruby/timecop-0.8 )