Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
Date: Thu, 13 Sep 2018 07:38:15
Message-Id: 1536824283.bc39a5e01958bb6bdd451aed3c1439c53ca43be4.leio@gentoo
1 commit: bc39a5e01958bb6bdd451aed3c1439c53ca43be4
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 07:38:03 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 07:38:03 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bc39a5e0
7
8 x11-libs/vte-9999: partial sync
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-libs/vte/vte-9999.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
16 index 6fabac95..4beec99b 100644
17 --- a/x11-libs/vte/vte-9999.ebuild
18 +++ b/x11-libs/vte/vte-9999.ebuild
19 @@ -38,8 +38,8 @@ RDEPEND="
20 introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
21 "
22 DEPEND="${RDEPEND}
23 - dev-util/gperf
24 - dev-libs/libxml2
25 + dev-libs/libxml2:2
26 + dev-util/glib-utils
27 >=dev-util/gtk-doc-am-1.13
28 >=dev-util/intltool-0.35
29 sys-devel/gettext
30 @@ -76,12 +76,10 @@ src_configure() {
31 export ac_cv_header_stropts_h=no
32 fi
33
34 - # Python bindings are via gobject-introspection
35 - # Ex: from gi.repository import Vte
36 gnome2_src_configure \
37 - --disable-test-application \
38 --disable-static \
39 --with-gtk=3.0 \
40 + --with-iconv \
41 $(use_enable debug) \
42 $(use_enable glade glade-catalogue) \
43 $(use_with crypt gnutls) \