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 C68E1138334 for ; Sat, 6 Oct 2018 22:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3892FE0992; Sat, 6 Oct 2018 22:37:51 +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 0A22BE097D for ; Sat, 6 Oct 2018 22:37:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 058ED335CF4 for ; Sat, 6 Oct 2018 22:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 526D1449 for ; Sat, 6 Oct 2018 22:37:46 +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: <1538865380.d36dd997a6e50d912f75bc930055b554535aa5ae.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtef/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtef/gtef-2.0.1.ebuild X-VCS-Directories: x11-libs/gtef/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d36dd997a6e50d912f75bc930055b554535aa5ae X-VCS-Branch: master Date: Sat, 6 Oct 2018 22:37:46 +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: 4fa53bf4-bf85-4565-ae8e-84b392b11190 X-Archives-Hash: 2640e9fe015b3cb2704c378db9a392cc commit: d36dd997a6e50d912f75bc930055b554535aa5ae Author: Mart Raudsepp gentoo org> AuthorDate: Sat Oct 6 21:53:07 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Oct 6 22:36:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36dd997 x11-libs/gtef: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/667736 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 x11-libs/gtef/gtef-2.0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/gtef/gtef-2.0.1.ebuild b/x11-libs/gtef/gtef-2.0.1.ebuild index 8be374567d7..e674966f57a 100644 --- a/x11-libs/gtef/gtef-2.0.1.ebuild +++ b/x11-libs/gtef/gtef-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,6 +27,7 @@ DEPEND="${DEPEND} test? ( dev-util/valgrind ) vala? ( $(vala_depend) ) >=sys-devel/gettext-0.19.4 + dev-util/glib-utils >=dev-util/gtk-doc-am-1.25 virtual/pkgconfig "