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 96F1713835A for ; Tue, 22 Jun 2021 18:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBAE1E088F; Tue, 22 Jun 2021 18:19:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE116E088F for ; Tue, 22 Jun 2021 18:19:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B18C340BB4 for ; Tue, 22 Jun 2021 18:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 019157B3 for ; Tue, 22 Jun 2021 18:19:26 +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: <1624385942.b7598d444f342a005b3b8411c7d935efa315a377.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/puma/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/puma/puma-5.3.2-r1.ebuild www-servers/puma/puma-5.3.2.ebuild X-VCS-Directories: www-servers/puma/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7598d444f342a005b3b8411c7d935efa315a377 X-VCS-Branch: master Date: Tue, 22 Jun 2021 18:19:26 +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: ce878372-0593-4334-91e8-ea4932354c37 X-Archives-Hash: abdf34e1919b509152124fc4584dfe87 commit: b7598d444f342a005b3b8411c7d935efa315a377 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jun 22 00:04:02 2021 +0000 Commit: Sam James gentoo 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 gentoo.org> Signed-off-by: Ionen Wolkens gentoo.org> Signed-off-by: Sam James 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 )"