diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd-units/systemd-units-20.ebuild (renamed from sys-apps/systemd-units/systemd-units-19.ebuild) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-apps/systemd-units/systemd-units-19.ebuild b/sys-apps/systemd-units/systemd-units-20.ebuild index bbb1a75..9487fe6 100644 --- a/sys-apps/systemd-units/systemd-units-19.ebuild +++ b/sys-apps/systemd-units/systemd-units-20.ebuild @@ -12,16 +12,12 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+basic +desktop server" +IUSE="+desktop server" RDEPEND="" DEPEND="" src_install() { - if use basic; then - systemd_dounit "${FILESDIR}"/services-basic/* - fi - if use server; then systemd_dounit "${FILESDIR}"/services-server/* systemd_dotmpfilesd "${FILESDIR}"/tmpfiles-server/* |