dev-libs/xmlsec: remove past workaround of with/without
authorAlon Bar-Lev <alonbl@gentoo.org>
Mon, 1 Apr 2019 17:56:03 +0000 (20:56 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Mon, 1 Apr 2019 17:57:47 +0000 (20:57 +0300)
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild

index e56570b8002088963f0f430475b32002cb61a55e..004152c336ae0852b9e8e6731fb1a639340e2400 100644 (file)
@@ -56,11 +56,11 @@ src_configure() {
                --enable-pkgconfig \
                --with-html-dir=/usr/share/doc/${PF}/html \
                $(use_enable static-libs static) \
-               $(use_with gcrypt gcrypt "") \
-               $(use_with gnutls gnutls "") \
-               $(use_with nss nspr "") \
-               $(use_with nss nss "") \
-               $(use_with openssl openssl "") \
+               $(use_with gcrypt) \
+               $(use_with gnutls) \
+               $(use_with nss) \
+               $(use_with nss nspr) \
+               $(use_with openssl) \
                $(use_enable openssl aes)
 }