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 771DE138334 for ; Sun, 7 Apr 2019 10:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77585E0849; Sun, 7 Apr 2019 10:50:21 +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 52023E0849 for ; Sun, 7 Apr 2019 10:50:20 +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 3F06F335D2E for ; Sun, 7 Apr 2019 10:50:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6542C326 for ; Sun, 7 Apr 2019 10:50:09 +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: <1554634157.f550367431e4bae0a5c653c0fc1dd4e71f58daac.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild X-VCS-Directories: x11-terms/mate-terminal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f550367431e4bae0a5c653c0fc1dd4e71f58daac X-VCS-Branch: master Date: Sun, 7 Apr 2019 10:50:09 +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: 7dbc5884-9862-42ae-a56a-df83fae8f1b1 X-Archives-Hash: f85d8ab4e2e8fa376af837e0dd9d942e commit: f550367431e4bae0a5c653c0fc1dd4e71f58daac Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 7 09:53:54 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 7 10:49:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5503674 x11-terms/mate-terminal: Add missing dev-util/glib-utils Non-maintainer fix. Closes: https://bugs.gentoo.org/680896 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild b/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild index 284c36dd04e..11edc42bc8f 100644 --- a/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild +++ b/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild @@ -33,6 +33,7 @@ DEPEND="${COMMON_DEPEND} app-text/rarian >=app-text/scrollkeeper-dtd-1:1.0 app-text/yelp-tools + dev-util/glib-utils >=dev-util/intltool-0.50.1 - sys-devel/gettext:* - virtual/pkgconfig:*" + sys-devel/gettext + virtual/pkgconfig"