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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A2C115808C for ; Wed, 23 Mar 2022 00:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE6F9E08F2; Wed, 23 Mar 2022 00:45:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4408E08F2 for ; Wed, 23 Mar 2022 00:45:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90889343274 for ; Wed, 23 Mar 2022 00:45:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46E6934E for ; Wed, 23 Mar 2022 00:45:24 +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: <1647996291.ad79b47b284c43f050ea1ed27800d694256b6d2e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvm-libs/gvm-libs-20.8.1-r1.ebuild net-analyzer/gvm-libs/gvm-libs-20.8.1.ebuild X-VCS-Directories: net-analyzer/gvm-libs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ad79b47b284c43f050ea1ed27800d694256b6d2e X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:45:24 +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: 65d81847-bfed-41bc-88db-c4572fde96f5 X-Archives-Hash: 87d657ae7b26544ed68e5472a0c2edf1 commit: ad79b47b284c43f050ea1ed27800d694256b6d2e Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:35:56 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:44:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad79b47b net-analyzer/gvm-libs: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> .../gvm-libs/{gvm-libs-20.8.1.ebuild => gvm-libs-20.8.1-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/gvm-libs/gvm-libs-20.8.1.ebuild b/net-analyzer/gvm-libs/gvm-libs-20.8.1-r1.ebuild similarity index 96% rename from net-analyzer/gvm-libs/gvm-libs-20.8.1.ebuild rename to net-analyzer/gvm-libs/gvm-libs-20.8.1-r1.ebuild index fed39cbb5ac0..1554c843e226 100644 --- a/net-analyzer/gvm-libs/gvm-libs-20.8.1.ebuild +++ b/net-analyzer/gvm-libs/gvm-libs-20.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ DEPEND=" acct-user/gvm app-crypt/gpgme:= dev-libs/glib - dev-libs/hiredis + dev-libs/hiredis:= dev-libs/libgcrypt:= dev-libs/libxml2:= dev-perl/UUID @@ -29,7 +29,7 @@ DEPEND=" net-libs/libssh:= net-libs/libpcap:= sys-libs/zlib - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) radius? ( net-dialup/freeradius-client )" RDEPEND="