commit: c94ae367d65d1dbf3567668f6e078a791dd7d805
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue May 6 07:49:45 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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 )