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 52974138334 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 465CFE0837; 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 25C83E0833 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 B2BE0335D16 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 92182576 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: <1554637288.85f822d9b72c77cadfc13d7f7becfd39548e36f6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild X-VCS-Directories: mate-extra/mate-power-manager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 85f822d9b72c77cadfc13d7f7becfd39548e36f6 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: e811c49b-7c3b-4a98-9345-103c23cacc5b X-Archives-Hash: 84565a5c532a6eb7d5088102ccc4a654 commit: 85f822d9b72c77cadfc13d7f7becfd39548e36f6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 7 11:41:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 7 11:41:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f822d9 mate-extra/mate-power-manager: Add missing dev-util/glib-utils Non-maintainer fix. Closes: https://bugs.gentoo.org/672460 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../mate-power-manager/mate-power-manager-1.22.0.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild index 9b2c5e90696..7d44bbf340e 100644 --- a/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild +++ b/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild @@ -20,7 +20,8 @@ REQUIRED_USE="?? ( elogind systemd )" # Interactive testsuite. RESTRICT="test" -COMMON_DEPEND=">=dev-libs/dbus-glib-0.70 +COMMON_DEPEND=" + >=dev-libs/dbus-glib-0.70 >=dev-libs/glib-2.50:2 >=media-libs/libcanberra-0.10:0[gtk3] >=sys-apps/dbus-1 @@ -50,10 +51,11 @@ DEPEND="${COMMON_DEPEND} app-text/rarian >=app-text/scrollkeeper-dtd-1:1.0 app-text/yelp-tools - >=dev-util/intltool-0.50.1:* - x11-base/xorg-proto - sys-devel/gettext:* - virtual/pkgconfig:*" + dev-util/glib-utils + >=dev-util/intltool-0.50.1 + sys-devel/gettext + virtual/pkgconfig + x11-base/xorg-proto" src_configure() { mate_src_configure \