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 A4164138334 for ; Sun, 7 Apr 2019 11:49:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67CFEE0833; Sun, 7 Apr 2019 11:49:54 +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 42153E0833 for ; Sun, 7 Apr 2019 11:49:54 +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 8AAC1335CFF for ; Sun, 7 Apr 2019 11:49:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC8CE596 for ; Sun, 7 Apr 2019 11:49:50 +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: <1554637741.be851a85ae99e0fe8a879bccbe3f9e953ed2616e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-utils/mate-utils-1.22.0.ebuild X-VCS-Directories: mate-extra/mate-utils/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: be851a85ae99e0fe8a879bccbe3f9e953ed2616e X-VCS-Branch: master Date: Sun, 7 Apr 2019 11:49:50 +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: d0637d4e-e47a-4f40-932d-e298cb180d6e X-Archives-Hash: d0393a36aed632f5eb9fd8668c0d9d1a commit: be851a85ae99e0fe8a879bccbe3f9e953ed2616e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 7 11:49:01 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 7 11:49:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be851a85 mate-extra/mate-utils: Add missing dev-util/glib-utils Non-maintainer fix. Closes: https://bugs.gentoo.org/668248 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> mate-extra/mate-utils/mate-utils-1.22.0.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/mate-extra/mate-utils/mate-utils-1.22.0.ebuild b/mate-extra/mate-utils/mate-utils-1.22.0.ebuild index cbba18e16de..9c0062d4262 100644 --- a/mate-extra/mate-utils/mate-utils-1.22.0.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.22.0.ebuild @@ -17,7 +17,7 @@ SLOT="0" IUSE="X applet debug ipv6 test" -COMMON_DEPEND=" +RDEPEND=" dev-libs/atk >=dev-libs/glib-2.50:2 >=gnome-base/libgtop-2.12:2= @@ -33,18 +33,17 @@ COMMON_DEPEND=" x11-libs/pango applet? ( >=mate-base/mate-panel-1.17.0 )" -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} 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 - x11-base/xorg-proto - sys-devel/gettext:* - virtual/pkgconfig:*" + sys-devel/gettext + virtual/pkgconfig + x11-base/xorg-proto" src_prepare() { # Make apps visible in all DEs.