From 1ad8deb6ce80e8ee51a4cc919ea01189b19cb07a Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 7 Jul 2015 22:20:05 -0700 Subject: [PATCH] systemd: remove nls use flag This option doesn't actually do anything, it merely moves errors about missing intltool from the compile step to the configure step. Upstream dropped the flag ages ago but we kept it not knowing if it was useful. --- .../coreos-overlay/sys-apps/systemd/systemd-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index 7c0b822117..e8d6c2ef48 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -36,8 +36,8 @@ IUSE="acl apparmor audit cryptsetup curl doc elfutils gcrypt gnuefi gudev http idn +importd introspection kdbus +kmod +lz4 lzma +nat pam policykit python qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb" -# Gentoo removed the nls use flag, we'll keep it for now -IUSE+=" man nls symlink-usr" +# CoreOS specific use flags +IUSE+=" man symlink-usr" REQUIRED_USE="importd? ( curl gcrypt lzma )" @@ -234,7 +234,6 @@ multilib_src_configure() { $(use_enable lzma xz) $(multilib_native_use_enable man manpages) $(multilib_native_use_enable nat libiptc) - $(use_enable nls) $(multilib_native_use_enable pam) $(multilib_native_use_enable policykit polkit) $(multilib_native_use_with python)