summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-09-20 17:26:55 +0200
committerPacho Ramos <pacho@gentoo.org>2015-09-20 17:27:24 +0200
commit291269a5bdaf4023aa4a7cab933f438e05cda4ac (patch)
treed3b97ba323c012e891dc3d58383105b50676a3c1
parentBump awstats to 7.4 release and add patch to fix the unescaped left brace war... (diff)
downloadgentoo-291269a5bdaf4023aa4a7cab933f438e05cda4ac.tar.gz
gentoo-291269a5bdaf4023aa4a7cab933f438e05cda4ac.tar.bz2
gentoo-291269a5bdaf4023aa4a7cab933f438e05cda4ac.zip
x11-libs/vte: It needs to use use_with for gnutls configure option (#560546 by SpOeK)
Package-Manager: portage-2.2.20.1
-rw-r--r--x11-libs/vte/vte-0.40.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.40.2.ebuild b/x11-libs/vte/vte-0.40.2.ebuild
index 92a7160c3ea0..df3f30c93d65 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}