From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8EA21584AD for ; Tue, 06 May 2025 07:51:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EB8D53430F7 for ; Tue, 06 May 2025 07:50:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DEBD511036F; Tue, 06 May 2025 07:50:37 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D77AF11036F for ; Tue, 06 May 2025 07:50:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 937CE3430D9 for ; Tue, 06 May 2025 07:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0570E1AD5 for ; Tue, 06 May 2025 07:50:36 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1746517785.c94ae367d65d1dbf3567668f6e078a791dd7d805.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/shelldap/shelldap-1.5.2.ebuild X-VCS-Directories: net-nds/shelldap/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c94ae367d65d1dbf3567668f6e078a791dd7d805 X-VCS-Branch: master Date: Tue, 06 May 2025 07:50:36 +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: 2e913a0e-c77e-4096-915f-5ff1cd9c06d6 X-Archives-Hash: d0290994b22f5d84509be01c7b577380 commit: c94ae367d65d1dbf3567668f6e078a791dd7d805 Author: Joonas Niilola gentoo org> AuthorDate: Tue May 6 07:49:45 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue May 6 07:49:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94ae367 net-nds/shelldap: remove 'ssl' use flag - it had no function in the ebuild. Signed-off-by: Joonas Niilola gentoo.org> net-nds/shelldap/shelldap-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-nds/shelldap/shelldap-1.5.2.ebuild b/net-nds/shelldap/shelldap-1.5.2.ebuild index 3d42d722ab1e..18511c22dd50 100644 --- a/net-nds/shelldap/shelldap-1.5.2.ebuild +++ b/net-nds/shelldap/shelldap-1.5.2.ebuild @@ -14,7 +14,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+readline sasl +ssl" +IUSE="+readline sasl" RDEPEND="dev-perl/Algorithm-Diff sasl? ( dev-perl/Authen-SASL )