From fc957fe69256a1baeaf87e14f6f572fb70732248 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 1 Aug 2014 11:43:38 -0700 Subject: [PATCH] systemd: add nls use flag When enabling policy kit there appears to be a build race condition in the generation of updating translations in policy files. There is a nls configure flag in systemd now, we don't need translations. --- .../systemd/{systemd-215-r8.ebuild => systemd-215-r9.ebuild} | 3 ++- .../coreos-overlay/sys-apps/systemd/systemd-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/{systemd-215-r8.ebuild => systemd-215-r9.ebuild} (99%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r8.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r9.ebuild similarity index 99% rename from sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r8.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r9.ebuild index 2984be93d3..8861ca885e 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r8.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r9.ebuild @@ -35,7 +35,7 @@ SLOT="0/2" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl - test" + nls test" MINKV="3.10" @@ -214,6 +214,7 @@ multilib_src_configure() { $(use_enable kdbus) $(use_enable kmod) $(use_enable lzma xz) + $(use_enable nls) $(use_enable pam) $(use_enable policykit polkit) $(use_with python) 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 6b380504fe..1db1d29f58 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 @@ -35,7 +35,7 @@ SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl - test" + nls test" MINKV="3.10" @@ -209,6 +209,7 @@ multilib_src_configure() { $(use_enable kdbus) $(use_enable kmod) $(use_enable lzma xz) + $(use_enable nls) $(use_enable pam) $(use_enable policykit polkit) $(use_with python)