summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/systemd-units/systemd-units-9999.ebuild')
-rw-r--r--sys-apps/systemd-units/systemd-units-9999.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-apps/systemd-units/systemd-units-9999.ebuild b/sys-apps/systemd-units/systemd-units-9999.ebuild
index e1eceba..268e9e9 100644
--- a/sys-apps/systemd-units/systemd-units-9999.ebuild
+++ b/sys-apps/systemd-units/systemd-units-9999.ebuild
@@ -14,7 +14,7 @@ SRC_URI="basic? ( http://0pointer.de/public/systemd-units/sshd.service
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+basic +desktop server sysv"
+IUSE="+basic +desktop server"
RDEPEND=""
DEPEND=""
@@ -35,8 +35,4 @@ src_install() {
if use desktop; then
systemd_dounit "${FILESDIR}"/services-desktop/*
fi
-
- if use sysv; then
- systemd_dounit "${FILESDIR}"/services-sysv/*
- fi
}