--- rtkit-0.9-r1.ebuild 2011-04-16 20:01:24.000000000 +0200 +++ rtkit-0.9-r2.ebuild 2011-06-25 10:31:40.550999846 +0200 @@ -4,7 +4,7 @@ EAPI="2" -inherit eutils +inherit eutils systemd DESCRIPTION="Realtime Policy and Watchdog Daemon" HOMEPAGE="http://0pointer.de/blog/projects/rtkit" @@ -25,6 +25,11 @@ enewuser rtkit -1 -1 -1 "rtkit" } +src_configure() { + econf \ + "$(systemd_with_unitdir)" +} + src_install() { emake DESTDIR="${D}" install || die "make install"