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 98D971382C5 for ; Tue, 22 Jun 2021 18:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D211FE087C; Tue, 22 Jun 2021 18:19:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B9CC3E087C for ; Tue, 22 Jun 2021 18:19:29 +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 BAA30340948 for ; Tue, 22 Jun 2021 18:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 614927C2 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: <1624385934.f388068791e2ef24a7230b0a441ea3ed70095a72.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-salut/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/telepathy-salut/telepathy-salut-0.8.1-r4.ebuild net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild X-VCS-Directories: net-voip/telepathy-salut/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f388068791e2ef24a7230b0a441ea3ed70095a72 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: 853c84cf-8cf0-4d6b-876b-ce2fe9f93482 X-Archives-Hash: e9dc333483dd771c3104790996b0cfa0 commit: f388068791e2ef24a7230b0a441ea3ed70095a72 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jun 21 23:17:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 22 18:18:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3880687 net-voip/telepathy-salut: 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> ...{telepathy-salut-0.8.1-r4.ebuild => telepathy-salut-0.8.1-r5.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r4.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild similarity index 96% rename from net-voip/telepathy-salut/telepathy-salut-0.8.1-r4.ebuild rename to net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild index 8f7164df8cb..465a3f4426f 100644 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r4.ebuild +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild @@ -28,7 +28,7 @@ RDEPEND=" sys-apps/util-linux dev-db/sqlite:3 gnutls? ( >=net-libs/gnutls-2.10.2 ) - !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist(-)] ) + !gnutls? ( >=dev-libs/openssl-0.9.8g:0=[-bindist(-)] ) " DEPEND="${RDEPEND} ${PYTHON_DEPS}