From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4DBE0138CD0 for ; Tue, 19 May 2015 00:36:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCCCEE0992; Tue, 19 May 2015 00:36:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69FE6E0992 for ; Tue, 19 May 2015 00:36:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 652F1340806 for ; Tue, 19 May 2015 00:36:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84E919ED for ; Tue, 19 May 2015 00:36:16 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1431995695.c6d4d07436b5bdcd08b9dced04158829ff4ccce9.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild x11-terms/gnome-terminal/gnome-terminal-9999.ebuild X-VCS-Directories: x11-terms/gnome-terminal/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: c6d4d07436b5bdcd08b9dced04158829ff4ccce9 X-VCS-Branch: master Date: Tue, 19 May 2015 00:36:16 +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: a595ea74-ee9a-46b1-89ba-4fa8703a2b5f X-Archives-Hash: b2aed10e64a913cd405f48af10e977a6 commit: c6d4d07436b5bdcd08b9dced04158829ff4ccce9 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Tue May 19 00:34:55 2015 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Tue May 19 00:34:55 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c6d4d074 x11-terms/gnome-terminal: itstool really is required (bug #549358) Thanks to mkloesges, Felix Janda. Package-Manager: portage-2.2.19 Manifest-Sign-Key: 0x18E5B6F2D8D5EC8D x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild | 3 ++- x11-terms/gnome-terminal/gnome-terminal-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild index 352648b..b6cd7d2 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild @@ -29,9 +29,11 @@ RDEPEND=" gnome-shell? ( gnome-base/gnome-shell ) nautilus? ( >=gnome-base/nautilus-3 ) " +# itstool required for help/* with non-en LINGUAS, see bug #549358 DEPEND="${RDEPEND} app-text/yelp-tools dev-util/gdbus-codegen + dev-util/itstool >=dev-util/intltool-0.50 sys-devel/gettext virtual/pkgconfig @@ -49,7 +51,6 @@ src_configure() { $(use_enable gnome-shell search-provider) \ $(use_with nautilus nautilus-extension) \ VALAC=$(type -P true) \ - ITSTOOL=$(type -P true) \ XMLLINT=$(type -P true) } diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild index a14d829..aab80a3 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild @@ -36,9 +36,11 @@ RDEPEND=" gnome-shell? ( gnome-base/gnome-shell ) nautilus? ( >=gnome-base/nautilus-3 ) " +# itstool required for help/* with non-en LINGUAS, see bug #549358 DEPEND="${RDEPEND} app-text/yelp-tools dev-util/gdbus-codegen + dev-util/itstool >=dev-util/intltool-0.50 sys-devel/gettext virtual/pkgconfig @@ -54,7 +56,6 @@ src_configure() { if [[ ${PV} != 9999 ]]; then myconf="${myconf} VALAC=$(type -P true) - ITSTOOL=$(type -P true) XMLLINT=$(type -P true) " fi