commit: 4a54cfae103e8e255a3526361d663ae022b1bbba Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Fri Mar 16 19:43:23 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 17 10:54:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a54cfae
app-i18n/uchardet: sync 9999 with 0.0.6 Closes: https://github.com/gentoo/gentoo/pull/7480 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-i18n/uchardet/uchardet-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-i18n/uchardet/uchardet-9999.ebuild b/app-i18n/uchardet/uchardet-9999.ebuild index 6031e5859e4..d694e455f2f 100644 --- a/app-i18n/uchardet/uchardet-9999.ebuild +++ b/app-i18n/uchardet/uchardet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,6 +21,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DTARGET_ARCHITECTURE="${ARCH}" -DBUILD_STATIC=$(usex static-libs) -DCHECK_SSE2=$(usex cpu_flags_x86_sse2) )
