commit: 0cd62d3709d2fa33e5735f9f5d77eca8bea7aa49 Author: Elias Probst <mail <AT> eliasprobst <DOT> eu> AuthorDate: Sat Oct 8 13:42:53 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Oct 27 22:07:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd62d37
sys-apps/systemd: Raise libseccomp min. version dependency. As of 6abfd30372 (upcoming release 232), systemd requires >=sys-apps/libseccomp-2.3.1. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2511 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> 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 04ae140..05e3fe5 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -55,7 +55,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}] nat? ( net-firewall/iptables:0= ) pam? ( virtual/pam:= ) qrcode? ( media-gfx/qrencode:0= ) - seccomp? ( sys-libs/libseccomp:0= ) + seccomp? ( >=sys-libs/libseccomp-2.3.1:0= ) selinux? ( sys-libs/libselinux:0= ) sysv-utils? ( !sys-apps/systemd-sysv-utils
