commit: b7598d444f342a005b3b8411c7d935efa315a377
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 00:04:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:19:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7598d44
www-servers/puma: use binding := for dev-libs/openssl
Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI.
Acked-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-servers/puma/{puma-5.3.2.ebuild => puma-5.3.2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-servers/puma/puma-5.3.2.ebuild
b/www-servers/puma/puma-5.3.2-r1.ebuild
similarity index 98%
rename from www-servers/puma/puma-5.3.2.ebuild
rename to www-servers/puma/puma-5.3.2-r1.ebuild
index 16d68ebcbc7..058aacf262e 100644
--- a/www-servers/puma/puma-5.3.2.ebuild
+++ b/www-servers/puma/puma-5.3.2-r1.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
-RDEPEND+=" dev-libs/openssl:0"
+RDEPEND+=" dev-libs/openssl:0="
ruby_add_bdepend "virtual/ruby-ssl
test? ( dev-ruby/rack >=dev-ruby/minitest-5.9:5
>=dev-ruby/test-unit-3.0:2 )"