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 3504913832E for ; Sat, 13 Aug 2016 18:49:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5159821C13B; Sat, 13 Aug 2016 18:49:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5D4921C09C for ; Sat, 13 Aug 2016 18:49:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C296D340CB1 for ; Sat, 13 Aug 2016 18:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83F942453 for ; Sat, 13 Aug 2016 18:49:33 +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: <1471017893.48df1bd0a6918abc4e805302cbd6b9474b56e914.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-system-monitor/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild X-VCS-Directories: mate-extra/mate-system-monitor/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 48df1bd0a6918abc4e805302cbd6b9474b56e914 X-VCS-Branch: master Date: Sat, 13 Aug 2016 18:49:33 +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: 17d82605-7ff4-47ea-8732-3d598097a3c7 X-Archives-Hash: eece83ef83de2a815eefa955285b636a commit: 48df1bd0a6918abc4e805302cbd6b9474b56e914 Author: NP-Hardass gentoo org> AuthorDate: Fri Aug 12 16:04:53 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Fri Aug 12 16:04:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=48df1bd0 mate-extra/mate-system-monitor: Drop gtk3 flag Package-Manager: portage-2.3.0 .../mate-system-monitor/mate-system-monitor-9999.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild index 18fc853..056e13a 100644 --- a/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild +++ b/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild @@ -14,10 +14,11 @@ DESCRIPTION="The MATE System Monitor" LICENSE="GPL-2" SLOT="0" -IUSE="gtk3 systemd" +IUSE="systemd" RDEPEND=" >=dev-cpp/glibmm-2.26:2 + >=dev-cpp/gtkmm-3.8:3.0 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.36:2 dev-libs/libsigc++:2 @@ -27,12 +28,9 @@ RDEPEND=" >=sys-apps/dbus-0.7:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.14:3 + >=x11-libs/libwnck-3.0:3 virtual/libintl:0 - gtk3? ( - >=dev-cpp/gtkmm-3.8:3.0 - >=x11-libs/gtk+-3.14:3 - >=x11-libs/libwnck-3.0:3 - ) systemd? ( sys-apps/systemd )" DEPEND="${RDEPEND} @@ -44,6 +42,5 @@ DEPEND="${RDEPEND} src_configure() { mate_src_configure \ - --with-gtk=$(usex gtk3 3.0 2.0) \ $(use_enable systemd) }