xfce-extra/xfce4-power-manager: Remove unused TIMER_STATS check, #624466

This commit is contained in:
Michał Górny
2017-07-13 08:27:08 +02:00
parent 5ec2b8662a
commit 9fd8f5b0d1
2 changed files with 2 additions and 14 deletions

View File

@@ -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)

View File

@@ -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)