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 EE503138239 for ; Sun, 25 Nov 2018 13:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC0BEE0A9A; Sun, 25 Nov 2018 13:59:19 +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 988A8E0A9A for ; Sun, 25 Nov 2018 13:59:19 +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 54B21335D6A for ; Sun, 25 Nov 2018 13:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D5FA45D for ; Sun, 25 Nov 2018 13:59:15 +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: <1543154306.e6ba1638e77b74c15da1acc6043f6f7bf54d5fd2.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gthumb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gthumb/gthumb-3.4.5.ebuild media-gfx/gthumb/gthumb-3.6.1.ebuild X-VCS-Directories: media-gfx/gthumb/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e6ba1638e77b74c15da1acc6043f6f7bf54d5fd2 X-VCS-Branch: master Date: Sun, 25 Nov 2018 13:59:15 +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: 420a8a6e-9f03-4c56-90f9-c959dd85364e X-Archives-Hash: 5c3ae159ca4e959d35cf27bdbf752c77 commit: e6ba1638e77b74c15da1acc6043f6f7bf54d5fd2 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Nov 25 13:57:48 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Nov 25 13:58:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ba1638 media-gfx/gthumb: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/670940 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 media-gfx/gthumb/gthumb-3.4.5.ebuild | 3 ++- media-gfx/gthumb/gthumb-3.6.1.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-gfx/gthumb/gthumb-3.4.5.ebuild b/media-gfx/gthumb/gthumb-3.4.5.ebuild index e2b90746de9..c72daaf3c5a 100644 --- a/media-gfx/gthumb/gthumb-3.4.5.ebuild +++ b/media-gfx/gthumb/gthumb-3.4.5.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 @@ -43,6 +43,7 @@ RDEPEND=" " DEPEND="${RDEPEND} app-text/yelp-tools + dev-util/glib-utils >=dev-util/intltool-0.35 sys-devel/bison sys-devel/flex diff --git a/media-gfx/gthumb/gthumb-3.6.1.ebuild b/media-gfx/gthumb/gthumb-3.6.1.ebuild index 52269a4056d..a94eb964434 100644 --- a/media-gfx/gthumb/gthumb-3.6.1.ebuild +++ b/media-gfx/gthumb/gthumb-3.6.1.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 @@ -44,6 +44,7 @@ RDEPEND=" " DEPEND="${RDEPEND} app-text/yelp-tools + dev-util/glib-utils >=dev-util/intltool-0.50.1 sys-devel/bison sys-devel/flex