diff options
author | Henry Gebhardt <hsggebhardt@gmail.com> | 2013-09-01 10:49:27 -0400 |
---|---|---|
committer | Henry Gebhardt <hsggebhardt@gmail.com> | 2013-09-01 10:52:28 -0400 |
commit | ce7abfc2ff3974449e6183f51357a80fe68a96d1 (patch) | |
tree | c0b1ba42c2c3768e6ece8a539cd3f69bc50a661f | |
parent | sys-apps/systemd-units: fix vsftpd@.service (diff) | |
download | systemd-ce7abfc2ff3974449e6183f51357a80fe68a96d1.tar.gz systemd-ce7abfc2ff3974449e6183f51357a80fe68a96d1.tar.bz2 systemd-ce7abfc2ff3974449e6183f51357a80fe68a96d1.zip |
sys-apps/systemd-units-20: serivces-basic no longer exists
-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/* |