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 31A3F138334 for ; Sun, 7 Apr 2019 12:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 301E2E0856; Sun, 7 Apr 2019 12:09:22 +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 0BD40E0856 for ; Sun, 7 Apr 2019 12:09:20 +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 008F0335CD2 for ; Sun, 7 Apr 2019 12:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CE38576 for ; Sun, 7 Apr 2019 12:09:18 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1554638942.364720e347fcc6b19f49b8fbb8db034443d584f4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/pluma/pluma-1.22.0.ebuild X-VCS-Directories: app-editors/pluma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 364720e347fcc6b19f49b8fbb8db034443d584f4 X-VCS-Branch: master Date: Sun, 7 Apr 2019 12:09:18 +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: e4baf21c-6309-4b8e-8098-d2f130607554 X-Archives-Hash: d7cf6fafe646dc259d3e0c632f7ecfa4 commit: 364720e347fcc6b19f49b8fbb8db034443d584f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 7 12:09:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 7 12:09:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364720e3 app-editors/pluma: Add missing dev-util/glib-utils Non-maintainer fix. Closes: https://bugs.gentoo.org/670820 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/pluma/pluma-1.22.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-editors/pluma/pluma-1.22.0.ebuild b/app-editors/pluma/pluma-1.22.0.ebuild index 7033486f327..2fd22a3c611 100644 --- a/app-editors/pluma/pluma-1.22.0.ebuild +++ b/app-editors/pluma/pluma-1.22.0.ebuild @@ -54,12 +54,13 @@ DEPEND="${COMMON_DEPEND} app-text/rarian >=app-text/scrollkeeper-dtd-1:1.0 app-text/yelp-tools + dev-util/glib-utils dev-util/gtk-doc dev-util/gtk-doc-am >=dev-util/intltool-0.50.1 >=sys-devel/libtool-2.2.6:2 - >=sys-devel/gettext-0.17:* - virtual/pkgconfig:*" + >=sys-devel/gettext-0.17 + virtual/pkgconfig" src_configure() { mate_src_configure \