mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user