commit: b551db8e7c264e8bec58fe6abb7f492247ddaaaf
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 13:47:35 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 13:47:35 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b551db8e
mate-extra/mate-indicator-applet: sync live ebuild with upstream
* Drop gtk3 useflag
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../mate-indicator-applet-9999.ebuild | 21 +++++----------------
1 file changed, 5 insertions(+), 16 deletions(-)
diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-9999.ebuild
b/mate-extra/mate-indicator-applet/mate-indicator-applet-9999.ebuild
index 2f32c4c..0540e49 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-9999.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,26 +13,15 @@ DESCRIPTION="MATE indicator applet"
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
-IUSE="gtk3"
+IUSE=""
COMMON_DEPEND="
- >=mate-base/mate-panel-1.8[gtk3(-)=]
- !gtk3? (
- >=dev-libs/libindicator-0.3.90:0
- >=x11-libs/gtk+-2.24:2
- )
- gtk3? (
- >=dev-libs/libindicator-0.3.90:3
- >=x11-libs/gtk+-3.0:3
- )"
+ >=dev-libs/libindicator-0.4:3
+ >=mate-base/mate-panel-1.17.0
+ >=x11-libs/gtk+-3.14:3"
RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.35.0
virtual/pkgconfig"
-
-src_configure() {
- mate_src_configure \
- --with-gtk=$(usex gtk3 3.0 2.0)
-}