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 C978B1382C5 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 E6DA2E088D; 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 C292EE0895 for ; Tue, 22 Jun 2021 18:19:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 296C9340B25 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 BD7437C8 for ; Tue, 22 Jun 2021 18:19:25 +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: <1624385939.842b88a75314e3aa5ae69b064d84564668e472b1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/uget/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/uget/uget-2.2.1-r1.ebuild www-client/uget/uget-2.2.1.ebuild X-VCS-Directories: www-client/uget/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 842b88a75314e3aa5ae69b064d84564668e472b1 X-VCS-Branch: master Date: Tue, 22 Jun 2021 18:19:25 +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: 58571f0c-722a-4b48-b771-b8f0bb2d9524 X-Archives-Hash: 88eea631c69fe0a7f86450b6d4f24ee8 commit: 842b88a75314e3aa5ae69b064d84564668e472b1 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jun 21 23:53:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 22 18:18:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842b88a7 www-client/uget: 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-client/uget/{uget-2.2.1.ebuild => uget-2.2.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/uget/uget-2.2.1.ebuild b/www-client/uget/uget-2.2.1-r1.ebuild similarity index 97% rename from www-client/uget/uget-2.2.1.ebuild rename to www-client/uget/uget-2.2.1-r1.ebuild index 186dcc7705e..7c472abd029 100644 --- a/www-client/uget/uget-2.2.1.ebuild +++ b/www-client/uget/uget-2.2.1-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" appindicator? ( dev-libs/libappindicator:3 ) gstreamer? ( media-libs/gstreamer:1.0 ) libnotify? ( x11-libs/libnotify ) - openssl? ( dev-libs/openssl:0 )" + openssl? ( dev-libs/openssl:0= )" DEPEND="${RDEPEND}" BDEPEND=" dev-util/intltool