summaryrefslogtreecommitdiff
path: root/sys-apps/systemd
diff options
context:
space:
mode:
authorElias Probst <mail@eliasprobst.eu>2015-09-23 12:26:06 +0200
committerMike Gilbert <floppym@gentoo.org>2015-09-23 10:15:31 -0400
commit547b6f434aa861712ac65ee96707f3ec6b81f86f (patch)
tree61cd45c797e3941053ca35f55aadc5947f70580e /sys-apps/systemd
parentf88827d3ab5f5a6eec1117e23a841099ad5de29e (diff)
downloadgentoo-547b6f434aa861712ac65ee96707f3ec6b81f86f.tar.gz
gentoo-547b6f434aa861712ac65ee96707f3ec6b81f86f.tar.xz
sys-apps/systemd: Bump sys-apps/util-linux dependency
Since systemd@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
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 6068bc69709..2ec9957ae00 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= )