mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
xfce-extra/xfce4-power-manager: Remove unused TIMER_STATS check, #624466
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user