summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2017-03-16 14:51:29 +0100
committerEttore Di Giacinto <mudler@gentoo.org>2017-03-16 14:51:29 +0100
commit9ceb9c515d8cc67e1113a21623f8e1c1404366f6 (patch)
treebb828a250871c7d92e8741d629c696b7a3a15a17
parentmate-extra/mate-indicator-applet: sync live ebuild with upstream (diff)
downloadgentoo-mate-9ceb9c515d8cc67e1113a21623f8e1c1404366f6.tar.gz
gentoo-mate-9ceb9c515d8cc67e1113a21623f8e1c1404366f6.tar.bz2
gentoo-mate-9ceb9c515d8cc67e1113a21623f8e1c1404366f6.zip
mate-extra/mate-netbook: sync live ebuild with upstream
* Drop gtk3 useflag Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--mate-extra/mate-netbook/mate-netbook-9999.ebuild23
1 files changed, 6 insertions, 17 deletions
diff --git a/mate-extra/mate-netbook/mate-netbook-9999.ebuild b/mate-extra/mate-netbook/mate-netbook-9999.ebuild
index e8c29d5..e5d0ce6 100644
--- a/mate-extra/mate-netbook/mate-netbook-9999.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-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,24 +13,18 @@ DESCRIPTION="MATE utilities for netbooks"
LICENSE="GPL-3"
SLOT="0"
-IUSE="gtk3"
+IUSE=""
COMMON_DEPEND="
>=dev-libs/glib-2.36:2
- >=mate-base/mate-panel-1.8[gtk3(-)=]
+ >=mate-base/mate-panel-1.17.0
+ >=x11-libs/gtk+-3.14:3
x11-libs/libfakekey:0
+ x11-libs/libwnck:3
x11-libs/libXtst:0
x11-libs/libX11:0
x11-libs/cairo:0
- virtual/libintl:0
- !gtk3? (
- x11-libs/gtk+:2
- x11-libs/libwnck:1
- )
- gtk3? (
- x11-libs/gtk+:3
- x11-libs/libwnck:3
- )"
+ virtual/libintl:0"
RDEPEND="${COMMON_DEPEND}"
@@ -39,8 +33,3 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*
virtual/pkgconfig:*"
-
-src_configure() {
- mate_src_configure \
- --with-gtk=$(usex gtk3 3.0 2.0)
-}