summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0-r1.ebuild9
-rw-r--r--xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0.ebuild7
2 files changed, 2 insertions, 14 deletions
diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0-r1.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0-r1.ebuild
index 31a2ef1fd5be..a082a0dc16f4 100644
--- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0-r1.ebuild
+++ b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit linux-info gnome2-utils
+inherit gnome2-utils
DESCRIPTION="Power manager for the Xfce desktop environment"
HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager"
@@ -39,13 +39,6 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
x11-proto/xproto"
-pkg_setup() {
- if use kernel_linux; then
- CONFIG_CHECK="~TIMER_STATS"
- linux-info_pkg_setup
- fi
-}
-
src_configure() {
local myconf=(
$(use_enable policykit polkit)
diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0.ebuild
index fb8ec3d455a4..20e63050f19d 100644
--- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0.ebuild
+++ b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit linux-info xfconf
+inherit xfconf
DESCRIPTION="Power manager for the Xfce desktop environment"
HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager"
@@ -40,11 +40,6 @@ DEPEND="${COMMON_DEPEND}
x11-proto/xproto"
pkg_setup() {
- if use kernel_linux; then
- CONFIG_CHECK="~TIMER_STATS"
- linux-info_pkg_setup
- fi
-
XFCONF=(
$(use_enable policykit polkit)
$(use_enable networkmanager network-manager)