summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-04-09 18:46:55 -0400
committerMike Gilbert <floppym@gentoo.org>2016-04-09 18:47:48 -0400
commit7fc835b0f6db7de6aad2a9e24ed822b697dda319 (patch)
treecf869496658a9f12bb492771a40623e022cd8b2a /sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
parentsci-biology/pysam: Remove old (diff)
downloadgentoo-7fc835b0f6db7de6aad2a9e24ed822b697dda319.tar.gz
gentoo-7fc835b0f6db7de6aad2a9e24ed822b697dda319.tar.bz2
gentoo-7fc835b0f6db7de6aad2a9e24ed822b697dda319.zip
sys-apps/gentoo-systemd-integration: bump to version 6
Package-Manager: portage-2.2.28_p64
Diffstat (limited to 'sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild')
-rw-r--r--sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild12
1 files changed, 2 insertions, 10 deletions
diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
index 9241ede6e058..0e2f5f5dbcfc 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
@@ -24,6 +24,8 @@ IUSE=""
RDEPEND=">=sys-apps/systemd-207
!sys-fs/eudev
!sys-fs/udev"
+DEPEND=">=sys-apps/systemd-207
+ virtual/pkgconfig"
if [[ ${PV} == 9999 ]]; then
DEPEND+=" sys-devel/systemd-m4"
@@ -33,13 +35,3 @@ src_prepare() {
default
[[ ${PV} != 9999 ]] || eautoreconf
}
-
-src_configure() {
- local myeconfargs=(
- --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
- # TODO: solve it better in the eclass
- --with-systemdsystemgeneratordir="$(systemd_get_utildir)"/system-generators
- )
-
- econf "${myeconfargs[@]}"
-}