From c94ae367d65d1dbf3567668f6e078a791dd7d805 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Tue, 6 May 2025 10:49:45 +0300 Subject: [PATCH] net-nds/shelldap: remove 'ssl' use flag - it had no function in the ebuild. Signed-off-by: Joonas Niilola --- 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 3d42d722ab1e2..18511c22dd507 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 )