diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-01 18:04:01 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-01 18:04:41 +0200 |
commit | 679dec1eb076d77ca4ecd51b5b9846f3208bfb8d (patch) | |
tree | 220336eb7548ad9e0eaedced094558221ff0da7f /sys-apps/smartmontools/smartmontools-9999.ebuild | |
parent | media-video/ffmpeg: add dav1d useflag (diff) | |
download | gentoo-679dec1eb076d77ca4ecd51b5b9846f3208bfb8d.tar.gz gentoo-679dec1eb076d77ca4ecd51b5b9846f3208bfb8d.tar.bz2 gentoo-679dec1eb076d77ca4ecd51b5b9846f3208bfb8d.zip |
sys-apps/smartmontools: Revbump to install shipped systemd unit file
instead of our own one.
Bug: https://bugs.gentoo.org/678990
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/smartmontools/smartmontools-9999.ebuild')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/smartmontools/smartmontools-9999.ebuild b/sys-apps/smartmontools/smartmontools-9999.ebuild index 46b1cf2cff3f..7b807da03226 100644 --- a/sys-apps/smartmontools/smartmontools-9999.ebuild +++ b/sys-apps/smartmontools/smartmontools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -79,7 +79,6 @@ src_install() { newinitd "${FILESDIR}"/smartd-r1.rc smartd newconfd "${FILESDIR}"/smartd.confd smartd - systemd_newunit "${FILESDIR}"/smartd.systemd smartd.service else dosbin smartctl doman smartctl.8 |