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 415271382C5 for ; Thu, 1 Mar 2018 21:41:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21543E097C; Thu, 1 Mar 2018 21:41:43 +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 F02CBE097C for ; Thu, 1 Mar 2018 21:41:42 +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 8D25B335C0C for ; Thu, 1 Mar 2018 21:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBA251EB for ; Thu, 1 Mar 2018 21:41:39 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1519940482.66e5bc27dc2d03cc58d7b0ed753f1a14d117386d.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-base/mate-applets/mate-applets-1.18.2.ebuild X-VCS-Directories: mate-base/mate-applets/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 66e5bc27dc2d03cc58d7b0ed753f1a14d117386d X-VCS-Branch: master Date: Thu, 1 Mar 2018 21:41:39 +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-Archives-Salt: 4f43fec0-e39f-4132-bc1f-008d3d53a409 X-Archives-Hash: 8a5cc2452c47da177175dcbd1dbd643a commit: 66e5bc27dc2d03cc58d7b0ed753f1a14d117386d Author: NP-Hardass gentoo org> AuthorDate: Thu Mar 1 21:41:22 2018 +0000 Commit: NP Hardass gentoo org> CommitDate: Thu Mar 1 21:41:22 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=66e5bc27 mate-base/mate-applets: Fix bugged bump for 1.18.2, sync from ::gentoo Package-Manager: Portage-2.3.24, Repoman-2.3.6 mate-base/mate-applets/mate-applets-1.18.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mate-base/mate-applets/mate-applets-1.18.2.ebuild b/mate-base/mate-applets/mate-applets-1.18.2.ebuild index 496c5ad..f0e4d03 100644 --- a/mate-base/mate-applets/mate-applets-1.18.2.ebuild +++ b/mate-base/mate-applets/mate-applets-1.18.2.ebuild @@ -18,7 +18,6 @@ SLOT="0" IUSE="X ipv6 policykit +upower" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -#cpupower #593470 COMMON_DEPEND="${PYTHON_DEPS} dev-libs/atk:0 >=dev-libs/dbus-glib-0.74:0 @@ -31,7 +30,7 @@ COMMON_DEPEND="${PYTHON_DEPS} >=mate-base/mate-panel-1.17.0 >=net-wireless/wireless-tools-28_pre9:0 >=sys-apps/dbus-1.1.2:0 - =x11-libs/gtk+-3.14:3 x11-libs/gtksourceview:3.0 @@ -62,7 +61,7 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext:* virtual/pkgconfig:*" -PATCHES=( "${FILESDIR}/${PN}-1.14.1-revert-upstream-cpupower-4.7-fix.patch" ) +PATCHES=( "${FILESDIR}/${PN}-1.16.0-cpupower-4.7.patch" ) src_configure() { mate_src_configure \