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 74083138336 for ; Fri, 7 Dec 2018 19:05:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61981E086C; Fri, 7 Dec 2018 19:05:35 +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 36DC7E086C for ; Fri, 7 Dec 2018 19:05:33 +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 66FB5335C31 for ; Fri, 7 Dec 2018 19:05:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FC8D4D8 for ; Fri, 7 Dec 2018 19:05:30 +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: <1544209447.4bf479a02b87795820a87043a69baebef107fd3e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtranslator/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gtranslator/gtranslator-2.91.7-r1.ebuild X-VCS-Directories: app-text/gtranslator/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4bf479a02b87795820a87043a69baebef107fd3e X-VCS-Branch: master Date: Fri, 7 Dec 2018 19:05:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a350e051-f777-4120-b6a1-d19024d5b56c X-Archives-Hash: 663e0f92cdfd34e356ce0e569d946f1a commit: 4bf479a02b87795820a87043a69baebef107fd3e Author: Mart Raudsepp gentoo org> AuthorDate: Fri Dec 7 16:30:11 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Dec 7 19:04:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf479a0 app-text/gtranslator: add missing itstool and glib-utils build deps Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 app-text/gtranslator/gtranslator-2.91.7-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild b/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild index 7e68b60a02a..a5e20391f61 100644 --- a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild +++ b/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,8 +43,10 @@ RDEPEND="${COMMON_DEPEND} x11-libs/gtk+:3[introspection] ) " DEPEND="${COMMON_DEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1 >=dev-util/intltool-0.50.1 + dev-util/itstool >=sys-devel/gettext-0.17 virtual/pkgconfig "