commit: d137c82c355454ab80699b27e51e7fb50519f9e8 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Jun 19 02:32:45 2018 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Jun 19 02:32:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d137c82c
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 378bc2b6cd4..0de153129df 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) )