diff options
author | 2012-08-27 21:55:01 +0000 | |
---|---|---|
committer | 2012-08-27 21:55:01 +0000 | |
commit | 64a320eebfc9ebe626eaf6a492dc93a9f7d78efd (patch) | |
tree | 13c2d8e84377c129c822b9b30cca12a742116daa | |
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.
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/systemd.eclass | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index bfd7b2063270..62fecba78a20 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.380 2012/08/27 21:54:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.381 2012/08/27 21:55:01 mgorny Exp $ + + 27 Aug 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: + Drop blockers for ancient systemd versions. 27 Aug 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: tmpfiles.d: ensure .conf suffix when installing. 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: |