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 5A3B6138335 for ; Sun, 7 Apr 2019 10:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47951E0828; Sun, 7 Apr 2019 10:50:20 +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 24144E0828 for ; Sun, 7 Apr 2019 10:50:19 +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 3D5B8335D2C 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 78BBF57F 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: <1554634158.1bdfaf2c8866e6f2222b8e5d86ed11dca1417b62.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-control-center/mate-control-center-1.22.0.ebuild X-VCS-Directories: mate-base/mate-control-center/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1bdfaf2c8866e6f2222b8e5d86ed11dca1417b62 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: c5b7e0a9-a3ea-435a-8eb7-74c99d8c434c X-Archives-Hash: a1545c510f252593f5ac9bbebdce9e78 commit: 1bdfaf2c8866e6f2222b8e5d86ed11dca1417b62 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 7 09:55:36 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 7 10:49:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdfaf2c mate-base/mate-control-center: Add missing dev-util/glib-utils Non-maintainer fix. Closes: https://bugs.gentoo.org/681052 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../mate-control-center/mate-control-center-1.22.0.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mate-base/mate-control-center/mate-control-center-1.22.0.ebuild b/mate-base/mate-control-center/mate-control-center-1.22.0.ebuild index d631f5548d9..2ca490b4945 100644 --- a/mate-base/mate-control-center/mate-control-center-1.22.0.ebuild +++ b/mate-base/mate-control-center/mate-control-center-1.22.0.ebuild @@ -17,7 +17,7 @@ SLOT="0" IUSE="appindicator debug" -COMMON_DEPEND=" +RDEPEND=" dev-libs/atk >=dev-libs/dbus-glib-0.73 >=dev-libs/glib-2.50:2 @@ -51,17 +51,16 @@ COMMON_DEPEND=" virtual/libintl appindicator? ( dev-libs/libappindicator:3 )" -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} app-text/rarian >=app-text/scrollkeeper-dtd-1:1.0 app-text/yelp-tools dev-util/desktop-file-utils + dev-util/glib-utils >=dev-util/intltool-0.50.1 - sys-devel/gettext:* + sys-devel/gettext x11-base/xorg-proto - virtual/pkgconfig:*" + virtual/pkgconfig" src_configure() { mate_src_configure \