diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-03 16:50:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-03 16:56:09 +0100 |
commit | c7a07585a5b3c25db6f46839cab706a29df26f9b (patch) | |
tree | 8cafc66ae2b55b880289fb7bc91754801eb169a2 /sys-apps/gentoo-systemd-integration | |
parent | net-analyzer/netdata: remove unnecessary doenvd (diff) | |
download | gentoo-c7a07585a5b3c25db6f46839cab706a29df26f9b.tar.gz gentoo-c7a07585a5b3c25db6f46839cab706a29df26f9b.tar.bz2 gentoo-c7a07585a5b3c25db6f46839cab706a29df26f9b.zip |
sys-apps/gentoo-systemd-integration: Kill dep on systemd-m4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/gentoo-systemd-integration')
-rw-r--r-- | sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 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 74179967eb4f..37315de4274a 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,10 +26,6 @@ RDEPEND=">=sys-apps/systemd-207 DEPEND=">=sys-apps/systemd-207 virtual/pkgconfig" -if [[ ${PV} == 9999 ]]; then - DEPEND+=" sys-devel/systemd-m4" -fi - src_prepare() { default [[ ${PV} != 9999 ]] || eautoreconf |