--- pm-utils-0.99.4.ebuild 2008-07-28 15:37:06.000000000 +0100 +++ pm-utils-0.99.4-r1.ebuild 2008-10-09 10:28:54.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/pm-utils-0.99.4.ebuild,v 1.4 2008/07/28 14:09:30 armin76 Exp $ -inherit eutils +inherit eutils linux-info DESCRIPTION="Suspend and hibernation utilties for HAL" HOMEPAGE="http://pm-utils.freedesktop.org/ http://people.freedesktop.org/~hughsient/quirk/index.html" @@ -16,6 +16,7 @@ RDEPEND="" DEPEND="${RDEPEND}" +CONFIG_CHECK="~CPU_FREQ ~CPU_FREQ_GOV_USERSPACE" src_unpack() { unpack ${A} @@ -31,4 +32,7 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" + + einfo "Not installing Fedora specific sysfont restore script" + rm "${D}/usr/lib/pm-utils/sleep.d/60sysfont" }