commit:     8e43b11af18ca7e45d168e75f89f9934401c18b4
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  1 17:56:03 2019 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Apr  1 17:57:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e43b11a

dev-libs/xmlsec: remove past workaround of with/without

Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild 
b/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild
index e56570b8002..004152c336a 100644
--- a/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild
+++ b/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild
@@ -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)
 }
 

Reply via email to