diff options
-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 |