Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlsec/
Date: Mon, 01 Apr 2019 17:58:46
Message-Id: 1554141467.8e43b11af18ca7e45d168e75f89f9934401c18b4.alonbl@gentoo
1 commit: 8e43b11af18ca7e45d168e75f89f9934401c18b4
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 1 17:56:03 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 17:57:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e43b11a
7
8 dev-libs/xmlsec: remove past workaround of with/without
9
10 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild b/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild
17 index e56570b8002..004152c336a 100644
18 --- a/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild
19 +++ b/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild
20 @@ -56,11 +56,11 @@ src_configure() {
21 --enable-pkgconfig \
22 --with-html-dir=/usr/share/doc/${PF}/html \
23 $(use_enable static-libs static) \
24 - $(use_with gcrypt gcrypt "") \
25 - $(use_with gnutls gnutls "") \
26 - $(use_with nss nspr "") \
27 - $(use_with nss nss "") \
28 - $(use_with openssl openssl "") \
29 + $(use_with gcrypt) \
30 + $(use_with gnutls) \
31 + $(use_with nss) \
32 + $(use_with nss nspr) \
33 + $(use_with openssl) \
34 $(use_enable openssl aes)
35 }