Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
Date: Sun, 20 Sep 2015 15:27:45
Message-Id: 1442762844.291269a5bdaf4023aa4a7cab933f438e05cda4ac.pacho@gentoo
1 commit: 291269a5bdaf4023aa4a7cab933f438e05cda4ac
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 15:26:55 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 15:27:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291269a5
7
8 x11-libs/vte: It needs to use use_with for gnutls configure option (#560546 by SpOeK)
9
10 Package-Manager: portage-2.2.20.1
11
12 x11-libs/vte/vte-0.40.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/vte/vte-0.40.2.ebuild b/x11-libs/vte/vte-0.40.2.ebuild
16 index 92a7160..df3f30c 100644
17 --- a/x11-libs/vte/vte-0.40.2.ebuild
18 +++ b/x11-libs/vte/vte-0.40.2.ebuild
19 @@ -67,7 +67,7 @@ src_configure() {
20 --disable-static \
21 $(use_enable debug) \
22 $(use_enable glade glade-catalogue) \
23 - $(use_enable crypt gnutls) \
24 + $(use_with crypt gnutls) \
25 $(use_enable introspection) \
26 $(use_enable vala) \
27 ${myconf}