commit: 547b6f434aa861712ac65ee96707f3ec6b81f86f Author: Elias Probst <mail <AT> eliasprobst <DOT> eu> AuthorDate: Wed Sep 23 10:26:06 2015 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Sep 23 14:15:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547b6f43
sys-apps/systemd: Bump sys-apps/util-linux dependency Since systemd <AT> 85fade1 >=sys-apps/util-linux-2.27 is required due to changes in the usage of libmount which is part of util-linux. Closes #122. Bug: https://bugs.gentoo.org/561244 sys-apps/systemd/systemd-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 6068bc6..2ec9957 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE="importd? ( curl gcrypt lzma )" MINKV="3.11" -COMMON_DEPEND=">=sys-apps/util-linux-2.26:0=[${MULTILIB_USEDEP}] +COMMON_DEPEND=">=sys-apps/util-linux-2.27:0=[${MULTILIB_USEDEP}] sys-libs/libcap:0=[${MULTILIB_USEDEP}] !<sys-libs/glibc-2.16 acl? ( sys-apps/acl:0= )
