
mgorny at gentoo
Aug 20, 2012, 3:24 PM
Post #1 of 1
(83 views)
Permalink
|
|
[PATCH systemd.eclass 3/3] Drop blockers for ancient systemd versions.
|
|
The current systemd versions don't provide the mentioned feature anymore, so there's no point in blocking those who didn't as well. --- gx86/eclass/systemd.eclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gx86/eclass/systemd.eclass b/gx86/eclass/systemd.eclass index 1ccaadc..09275dc 100644 --- a/gx86/eclass/systemd.eclass +++ b/gx86/eclass/systemd.eclass @@ -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: -- 1.7.11.1
|