sys-devel/gettext: fix configure arg for xattr

Closes: https://bugs.gentoo.org/910070
Thanks-to: Matt Whitlock <gentoo@mattwhitlock.name>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-07-15 03:26:06 +01:00
parent 939e595ba8
commit ad78494152
6 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Note: Keep version bumps in sync with dev-libs/libintl.
@@ -135,7 +135,7 @@ multilib_src_configure() {
$(use_enable nls)
$(use_enable openmp)
$(use_enable static-libs static)
$(use_enable xattr attr)
$(use_enable xattr)
)
local ECONF_SOURCE="${S}"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Note: Keep version bumps in sync with dev-libs/libintl.
@@ -137,7 +137,7 @@ multilib_src_configure() {
$(use_enable nls)
$(use_enable openmp)
$(use_enable static-libs static)
$(use_enable xattr attr)
$(use_enable xattr)
)
local ECONF_SOURCE="${S}"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Note: Keep version bumps in sync with dev-libs/libintl.
@@ -137,7 +137,7 @@ multilib_src_configure() {
$(use_enable nls)
$(use_enable openmp)
$(use_enable static-libs static)
$(use_enable xattr attr)
$(use_enable xattr)
)
local ECONF_SOURCE="${S}"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Note: Keep version bumps in sync with dev-libs/libintl.
@@ -149,7 +149,7 @@ multilib_src_configure() {
$(use_enable nls)
$(use_enable openmp)
$(use_enable static-libs static)
$(use_enable xattr attr)
$(use_enable xattr)
)
local ECONF_SOURCE="${S}"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Note: Keep version bumps in sync with dev-libs/libintl.
@@ -149,7 +149,7 @@ multilib_src_configure() {
$(use_enable nls)
$(use_enable openmp)
$(use_enable static-libs static)
$(use_enable xattr attr)
$(use_enable xattr)
)
local ECONF_SOURCE="${S}"

View File

@@ -150,7 +150,7 @@ multilib_src_configure() {
$(use_enable nls)
$(use_enable openmp)
$(use_enable static-libs static)
$(use_enable xattr attr)
$(use_enable xattr)
)
local ECONF_SOURCE="${S}"