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 D97F2138337 for ; Fri, 2 Nov 2018 11:14:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD207E07F0; Fri, 2 Nov 2018 11:14:00 +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 84E03E07F0 for ; Fri, 2 Nov 2018 11:14:00 +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 DDAF8335CCB for ; Fri, 2 Nov 2018 11:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11205458 for ; Fri, 2 Nov 2018 11:13:56 +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: <1541157198.9c5baba86629920f35c8e07b1b84be829dd36033.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/goffice/goffice-0.10.38.ebuild x11-libs/goffice/goffice-0.10.41.ebuild X-VCS-Directories: x11-libs/goffice/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9c5baba86629920f35c8e07b1b84be829dd36033 X-VCS-Branch: master Date: Fri, 2 Nov 2018 11:13:56 +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: 2a762f76-b083-4805-87ca-e4b9f44efc49 X-Archives-Hash: d84740e214161ae4c90343a4b11b2a1f commit: 9c5baba86629920f35c8e07b1b84be829dd36033 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Nov 2 11:01:57 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Nov 2 11:13:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5baba8 x11-libs/goffice: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/668246 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 x11-libs/goffice/goffice-0.10.38.ebuild | 3 ++- x11-libs/goffice/goffice-0.10.41.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-libs/goffice/goffice-0.10.38.ebuild b/x11-libs/goffice/goffice-0.10.38.ebuild index ac042ad1219..6ce1d66a8eb 100644 --- a/x11-libs/goffice/goffice-0.10.38.ebuild +++ b/x11-libs/goffice/goffice-0.10.38.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" @@ -37,6 +37,7 @@ DEPEND="${RDEPEND} virtual/perl-Getopt-Long virtual/perl-IO-Compress virtual/perl-Compress-Raw-Zlib + dev-util/glib-utils >=dev-util/gtk-doc-am-1.12 >=dev-util/intltool-0.35 virtual/pkgconfig diff --git a/x11-libs/goffice/goffice-0.10.41.ebuild b/x11-libs/goffice/goffice-0.10.41.ebuild index 9bf3bf394d8..75c08021059 100644 --- a/x11-libs/goffice/goffice-0.10.41.ebuild +++ b/x11-libs/goffice/goffice-0.10.41.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" @@ -37,6 +37,7 @@ DEPEND="${RDEPEND} virtual/perl-Getopt-Long virtual/perl-IO-Compress virtual/perl-Compress-Raw-Zlib + dev-util/glib-utils >=dev-util/gtk-doc-am-1.12 >=dev-util/intltool-0.35 virtual/pkgconfig