Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
systemd: add nls use flag
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
marineam committed Aug 1, 2014
1 parent 33f6768 commit be83c16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion sys-apps/systemd/systemd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit be83c16

Please sign in to comment.