commit:     eb84c0a79ebc2e577ead392e655e90cb912e9a79
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Nov 19 13:15:16 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 14:31:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb84c0a7

app-i18n/uchardet: add CPU_FLAGS_X86 support to 9999

Package-Manager: Portage-2.3.14, 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 c268f955e46..6031e5859e4 100644
--- a/app-i18n/uchardet/uchardet-9999.ebuild
+++ b/app-i18n/uchardet/uchardet-9999.ebuild
@@ -12,7 +12,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/uchardet/uchardet.git";
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
 KEYWORDS=""
-IUSE="static-libs test"
+IUSE="cpu_flags_x86_sse2 static-libs test"
 
 src_prepare() {
        cmake-utils_src_prepare
@@ -22,6 +22,7 @@ src_prepare() {
 src_configure() {
        local mycmakeargs=(
                -DBUILD_STATIC=$(usex static-libs)
+               -DCHECK_SSE2=$(usex cpu_flags_x86_sse2)
        )
        cmake-utils_src_configure
 }

Reply via email to