Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Wed, 23 Sep 2015 14:16:04
Message-Id: 1443017731.547b6f434aa861712ac65ee96707f3ec6b81f86f.floppym@gentoo
1 commit: 547b6f434aa861712ac65ee96707f3ec6b81f86f
2 Author: Elias Probst <mail <AT> eliasprobst <DOT> eu>
3 AuthorDate: Wed Sep 23 10:26:06 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 14:15:31 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547b6f43
7
8 sys-apps/systemd: Bump sys-apps/util-linux dependency
9
10 Since systemd <AT> 85fade1 >=sys-apps/util-linux-2.27 is required due to
11 changes in the usage of libmount which is part of util-linux.
12
13 Closes #122.
14
15 Bug: https://bugs.gentoo.org/561244
16
17 sys-apps/systemd/systemd-9999.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
21 index 6068bc6..2ec9957 100644
22 --- a/sys-apps/systemd/systemd-9999.ebuild
23 +++ b/sys-apps/systemd/systemd-9999.ebuild
24 @@ -28,7 +28,7 @@ REQUIRED_USE="importd? ( curl gcrypt lzma )"
25
26 MINKV="3.11"
27
28 -COMMON_DEPEND=">=sys-apps/util-linux-2.26:0=[${MULTILIB_USEDEP}]
29 +COMMON_DEPEND=">=sys-apps/util-linux-2.27:0=[${MULTILIB_USEDEP}]
30 sys-libs/libcap:0=[${MULTILIB_USEDEP}]
31 !<sys-libs/glibc-2.16
32 acl? ( sys-apps/acl:0= )