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 9137F15808B for ; Wed, 23 Mar 2022 00:45:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66806E0895; Wed, 23 Mar 2022 00:45:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1A31E0845 for ; Wed, 23 Mar 2022 00:45:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E51F134325F for ; Wed, 23 Mar 2022 00:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68827335 for ; Wed, 23 Mar 2022 00:45:23 +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: <1647996268.30ebac49283d0a29d53396e31cf0adc68aed9cfd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sarg/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sarg/sarg-2.4.0-r1.ebuild net-analyzer/sarg/sarg-2.4.0.ebuild X-VCS-Directories: net-analyzer/sarg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30ebac49283d0a29d53396e31cf0adc68aed9cfd X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:45:23 +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: 4dd34090-3c0c-47ec-96b5-bb45086d92e9 X-Archives-Hash: 687ba2cfe24374d1db0c4acc3f99dd4d commit: 30ebac49283d0a29d53396e31cf0adc68aed9cfd Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:23:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:44:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ebac49 net-analyzer/sarg: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> net-analyzer/sarg/{sarg-2.4.0.ebuild => sarg-2.4.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/sarg/sarg-2.4.0.ebuild b/net-analyzer/sarg/sarg-2.4.0-r1.ebuild similarity index 94% rename from net-analyzer/sarg/sarg-2.4.0.ebuild rename to net-analyzer/sarg/sarg-2.4.0-r1.ebuild index c2da09b5fa35..083cbcb27245 100644 --- a/net-analyzer/sarg/sarg-2.4.0.ebuild +++ b/net-analyzer/sarg/sarg-2.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ IUSE="bzip2 doublecheck +gd +glob ldap lzma pcre zlib" RDEPEND=" bzip2? ( app-arch/bzip2 ) gd? ( media-libs/gd[png,truetype] ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) lzma? ( app-arch/xz-utils ) pcre? ( dev-libs/libpcre ) zlib? ( sys-libs/zlib )