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 44720138335 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 0F0A2E0831; Sun, 7 Apr 2019 11:49:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DCC1EE0831 for ; Sun, 7 Apr 2019 11:49:53 +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 AF32D335D03 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 B906D595 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: <1554637533.6ffd1913db2a55cfcd00877b4dde11303ee1bdca.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-panel/mate-panel-1.22.0.ebuild X-VCS-Directories: mate-base/mate-panel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6ffd1913db2a55cfcd00877b4dde11303ee1bdca 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: 2da98b15-3d38-4bb8-8e02-edf1cd882025 X-Archives-Hash: 624b5d6fd651c5a0fb2f408cf5623696 commit: 6ffd1913db2a55cfcd00877b4dde11303ee1bdca Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 7 11:45:33 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 7 11:45:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffd1913 mate-base/mate-panel: Add missing dev-util/glib-utils Non-maintainer fix. Closes: https://bugs.gentoo.org/668138 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> mate-base/mate-panel/mate-panel-1.22.0.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mate-base/mate-panel/mate-panel-1.22.0.ebuild b/mate-base/mate-panel/mate-panel-1.22.0.ebuild index 2b7c69dc12f..84610067f79 100644 --- a/mate-base/mate-panel/mate-panel-1.22.0.ebuild +++ b/mate-base/mate-panel/mate-panel-1.22.0.ebuild @@ -17,7 +17,7 @@ SLOT="0" IUSE="X +introspection" -COMMON_DEPEND=" +RDEPEND=" dev-libs/atk >=dev-libs/dbus-glib-0.80:0 >=dev-libs/glib-2.50:2 @@ -41,18 +41,17 @@ COMMON_DEPEND=" virtual/libintl introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )" -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 app-text/yelp-tools >=dev-lang/perl-5:= + dev-util/glib-utils dev-util/gdbus-codegen dev-util/gtk-doc dev-util/gtk-doc-am >=dev-util/intltool-0.50.1 - sys-devel/gettext:* - virtual/pkgconfig:*" + sys-devel/gettext + virtual/pkgconfig" src_configure() { mate_src_configure \