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 ECE25138334 for ; Fri, 18 Jan 2019 21:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18787E097A; Fri, 18 Jan 2019 21:37:14 +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 E5F42E096F for ; Fri, 18 Jan 2019 21:37:13 +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 A3794335D11 for ; Fri, 18 Jan 2019 21:37:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A85B517 for ; Fri, 18 Jan 2019 21:37: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: <1547847331.376b141db2be6e1f60ee436a5f78e547f3f5fced.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eog/eog-3.24.1.ebuild media-gfx/eog/eog-3.26.2.ebuild media-gfx/eog/eog-3.28.4.ebuild X-VCS-Directories: media-gfx/eog/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 376b141db2be6e1f60ee436a5f78e547f3f5fced X-VCS-Branch: master Date: Fri, 18 Jan 2019 21:37: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51b44b35-4046-46e1-b07f-ddcf44d0ff8f X-Archives-Hash: 14b6958857906e4814a7a2e7bc18fe96 commit: 376b141db2be6e1f60ee436a5f78e547f3f5fced Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jan 18 21:32:03 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jan 18 21:35:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376b141d media-gfx/eog: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/670518 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-gfx/eog/eog-3.24.1.ebuild | 3 ++- media-gfx/eog/eog-3.26.2.ebuild | 3 ++- media-gfx/eog/eog-3.28.4.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/media-gfx/eog/eog-3.24.1.ebuild b/media-gfx/eog/eog-3.24.1.ebuild index a8cbe4ce4c9..335c7694153 100644 --- a/media-gfx/eog/eog-3.24.1.ebuild +++ b/media-gfx/eog/eog-3.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,6 +36,7 @@ RDEPEND=" xmp? ( media-libs/exempi:2 ) " DEPEND="${RDEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.16 >=dev-util/intltool-0.50.1 dev-util/itstool diff --git a/media-gfx/eog/eog-3.26.2.ebuild b/media-gfx/eog/eog-3.26.2.ebuild index 08ea37d31c2..a56ef9b214c 100644 --- a/media-gfx/eog/eog-3.26.2.ebuild +++ b/media-gfx/eog/eog-3.26.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,6 +38,7 @@ RDEPEND=" # libxml2 required for glib-compile-resources DEPEND="${RDEPEND} dev-libs/libxml2:2 + dev-util/glib-utils >=dev-util/gtk-doc-am-1.16 dev-util/itstool >=sys-devel/gettext-0.19.7 diff --git a/media-gfx/eog/eog-3.28.4.ebuild b/media-gfx/eog/eog-3.28.4.ebuild index 62df2d95bc4..0ddf7c2999b 100644 --- a/media-gfx/eog/eog-3.28.4.ebuild +++ b/media-gfx/eog/eog-3.28.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,6 +36,7 @@ RDEPEND=" " DEPEND="${RDEPEND} gtk-doc? ( >=dev-util/gtk-doc-1.16 ) + dev-util/glib-utils dev-util/itstool >=sys-devel/gettext-0.19.7 virtual/pkgconfig