diff options
author | Ettore Di Giacinto <mudler@gentoo.org> | 2018-02-11 16:48:04 +0100 |
---|---|---|
committer | Ettore Di Giacinto <mudler@gentoo.org> | 2018-02-11 16:51:34 +0100 |
commit | 881567d623e1874550e255f68fe2374264e5074a (patch) | |
tree | 6672e99bf84a6db608e0db43f1d581ba184a8e07 /mate-base | |
parent | www-servers/uwsgi: version bump with fix for CVE-2018-6758 (diff) | |
download | gentoo-881567d623e1874550e255f68fe2374264e5074a.tar.gz gentoo-881567d623e1874550e255f68fe2374264e5074a.tar.bz2 gentoo-881567d623e1874550e255f68fe2374264e5074a.zip |
mate-base/mate-applets: Fix regression by syncing
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-applets/mate-applets-1.18.2.ebuild | 7 |
1 files changed, 3 insertions, 4 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 de826c083737..f0e4d037e94c 100644 --- a/mate-base/mate-applets/mate-applets-1.18.2.ebuild +++ b/mate-base/mate-applets/mate-applets-1.18.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 - <sys-power/cpupower-4.7 + sys-power/cpupower x11-libs/gdk-pixbuf:2 >=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 \ |