From d137c82c355454ab80699b27e51e7fb50519f9e8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 18 Jun 2018 22:32:45 -0400 Subject: [PATCH] sys-apps/attr: resture USE=nls support to 2.4.48 --- sys-apps/attr/attr-2.4.48.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-apps/attr/attr-2.4.48.ebuild b/sys-apps/attr/attr-2.4.48.ebuild index 378bc2b6cd46..0de153129dfc 100644 --- a/sys-apps/attr/attr-2.4.48.ebuild +++ b/sys-apps/attr/attr-2.4.48.ebuild @@ -14,11 +14,11 @@ SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="debug static-libs" +IUSE="debug nls static-libs" DEPEND=" sys-devel/autoconf - sys-devel/gettext + nls? ( sys-devel/gettext ) " PATCHES=( @@ -40,6 +40,7 @@ multilib_src_configure() { local myeconfargs=( --bindir="${EPREFIX}"/bin --enable-shared $(use_enable static-libs static) + $(use_enable nls) --libexecdir="${EPREFIX}"/usr/$(get_libdir) $(use_enable debug) ) -- 2.26.2