Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH systemd.eclass 3/3] Drop blockers for ancient systemd versions.
Date: Mon, 20 Aug 2012 22:26:04
Message-Id: 1345501451-5596-3-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH systemd.eclass 1/3] Add systemd_newtmpfilesd(). by "Michał Górny"
1 The current systemd versions don't provide the mentioned feature
2 anymore, so there's no point in blocking those who didn't as well.
3 ---
4 gx86/eclass/systemd.eclass | 4 ----
5 1 file changed, 4 deletions(-)
6
7 diff --git a/gx86/eclass/systemd.eclass b/gx86/eclass/systemd.eclass
8 index 1ccaadc..09275dc 100644
9 --- a/gx86/eclass/systemd.eclass
10 +++ b/gx86/eclass/systemd.eclass
11 @@ -30,10 +30,6 @@ case ${EAPI:-0} in
12 *) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet established."
13 esac
14
15 -# Block systemd version without the migration helper.
16 -DEPEND="!<sys-apps/systemd-29-r4
17 - !=sys-apps/systemd-37-r1"
18 -
19 # @FUNCTION: _systemd_get_unitdir
20 # @INTERNAL
21 # @DESCRIPTION:
22 --
23 1.7.11.1