diff options
author | 2016-10-14 22:55:53 -0400 | |
---|---|---|
committer | 2016-10-14 22:55:53 -0400 | |
commit | af299ebd8d96286f6e89cdd386baa1bf228561f2 (patch) | |
tree | 160d367567a1d3d3b8b3262102a87d963c52a255 /mate-base/mate-applets | |
parent | games-rpg/daimonin-client: remove deprecated games eclass (diff) | |
download | gentoo-af299ebd8d96286f6e89cdd386baa1bf228561f2.tar.gz gentoo-af299ebd8d96286f6e89cdd386baa1bf228561f2.tar.bz2 gentoo-af299ebd8d96286f6e89cdd386baa1bf228561f2.zip |
mate-base/mate-applets: Prevent use of cpupower >=4.7, #593470
Package-Manager: portage-2.3.0
Diffstat (limited to 'mate-base/mate-applets')
-rw-r--r-- | mate-base/mate-applets/mate-applets-1.12.1-r4.ebuild (renamed from mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild b/mate-base/mate-applets/mate-applets-1.12.1-r4.ebuild index ecc284b8d2b9..f76711b21d62 100644 --- a/mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.12.1-r4.ebuild @@ -19,6 +19,7 @@ SLOT="0" IUSE="X gtk3 ipv6 policykit +upower" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +#cpupower #593470 RDEPEND="${PYTHON_DEPS} app-text/rarian:0 dev-libs/atk:0 @@ -32,7 +33,7 @@ RDEPEND="${PYTHON_DEPS} >=mate-base/mate-panel-1.7[gtk3(-)=] >=mate-base/mate-settings-daemon-1.6 >=sys-apps/dbus-1.1.2:0 - sys-power/cpupower + <sys-power/cpupower-4.7 x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7:0 x11-libs/libX11:0 |