From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2FB9138334 for ; Thu, 13 Sep 2018 07:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F2F5E0DCA; Thu, 13 Sep 2018 07:38:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECA54E0DCA for ; Thu, 13 Sep 2018 07:38:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C622E335CFD for ; Thu, 13 Sep 2018 07:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B16E63DC for ; Thu, 13 Sep 2018 07:38:10 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1536824283.bc39a5e01958bb6bdd451aed3c1439c53ca43be4.leio@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/vte/vte-9999.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: bc39a5e01958bb6bdd451aed3c1439c53ca43be4 X-VCS-Branch: master Date: Thu, 13 Sep 2018 07:38:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fc987263-0a83-4861-bcb6-0567d4f96c59 X-Archives-Hash: 7e99b074e9bc14377f15da6cb4ce185b commit: bc39a5e01958bb6bdd451aed3c1439c53ca43be4 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Sep 13 07:38:03 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Sep 13 07:38:03 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bc39a5e0 x11-libs/vte-9999: partial sync Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-libs/vte/vte-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild index 6fabac95..4beec99b 100644 --- a/x11-libs/vte/vte-9999.ebuild +++ b/x11-libs/vte/vte-9999.ebuild @@ -38,8 +38,8 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) " DEPEND="${RDEPEND} - dev-util/gperf - dev-libs/libxml2 + dev-libs/libxml2:2 + dev-util/glib-utils >=dev-util/gtk-doc-am-1.13 >=dev-util/intltool-0.35 sys-devel/gettext @@ -76,12 +76,10 @@ src_configure() { export ac_cv_header_stropts_h=no fi - # Python bindings are via gobject-introspection - # Ex: from gi.repository import Vte gnome2_src_configure \ - --disable-test-application \ --disable-static \ --with-gtk=3.0 \ + --with-iconv \ $(use_enable debug) \ $(use_enable glade glade-catalogue) \ $(use_with crypt gnutls) \