diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-09-20 17:26:55 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-09-20 17:27:24 +0200 |
commit | 291269a5bdaf4023aa4a7cab933f438e05cda4ac (patch) | |
tree | d3b97ba323c012e891dc3d58383105b50676a3c1 /x11-libs/vte | |
parent | Bump awstats to 7.4 release and add patch to fix the unescaped left brace war... (diff) | |
download | gentoo-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
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/vte-0.40.2.ebuild | 2 |
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} |