diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-08-27 21:55:01 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-08-27 21:55:01 +0000 |
commit | 64a320eebfc9ebe626eaf6a492dc93a9f7d78efd (patch) | |
tree | 13c2d8e84377c129c822b9b30cca12a742116daa /eclass/systemd.eclass | |
parent | tmpfiles.d: ensure .conf suffix when installing. (diff) | |
download | historical-64a320eebfc9ebe626eaf6a492dc93a9f7d78efd.tar.gz historical-64a320eebfc9ebe626eaf6a492dc93a9f7d78efd.tar.bz2 historical-64a320eebfc9ebe626eaf6a492dc93a9f7d78efd.zip |
Drop blockers for ancient systemd versions.
Diffstat (limited to 'eclass/systemd.eclass')
-rw-r--r-- | eclass/systemd.eclass | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 4acd5de0af85..f5e0523ab8ad 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/systemd.eclass,v 1.13 2012/08/27 21:54:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/systemd.eclass,v 1.14 2012/08/27 21:55:01 mgorny Exp $ # @ECLASS: systemd.eclass # @MAINTAINER: @@ -30,10 +30,6 @@ case ${EAPI:-0} in *) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet established." esac -# Block systemd version without the migration helper. -DEPEND="!<sys-apps/systemd-29-r4 - !=sys-apps/systemd-37-r1" - # @FUNCTION: _systemd_get_unitdir # @INTERNAL # @DESCRIPTION: |