commit:     291269a5bdaf4023aa4a7cab933f438e05cda4ac
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 15:26:55 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 15:27:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291269a5

x11-libs/vte: It needs to use use_with for gnutls configure option (#560546 by 
SpOeK)

Package-Manager: portage-2.2.20.1

 x11-libs/vte/vte-0.40.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/vte/vte-0.40.2.ebuild b/x11-libs/vte/vte-0.40.2.ebuild
index 92a7160..df3f30c 100644
--- a/x11-libs/vte/vte-0.40.2.ebuild
+++ b/x11-libs/vte/vte-0.40.2.ebuild
@@ -67,7 +67,7 @@ src_configure() {
                --disable-static \
                $(use_enable debug) \
                $(use_enable glade glade-catalogue) \
-               $(use_enable crypt gnutls) \
+               $(use_with crypt gnutls) \
                $(use_enable introspection) \
                $(use_enable vala) \
                ${myconf}

Reply via email to