From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-887628-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3061B1382BD for <garchives@archives.gentoo.org>; Fri, 17 Jun 2016 11:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92C8EE0AC8; Fri, 17 Jun 2016 11:30:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35714E0AC8 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jun 2016 11:30:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05CF13405D5 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jun 2016 11:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FA3C209B for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jun 2016 11:30:46 +0000 (UTC) From: "Michael Weber" <xmw@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" <xmw@gentoo.org> Message-ID: <1466163044.21a51b29b77f87b5c41ba0e2588d0366f728512a.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/babl/babl-0.1.16.ebuild X-VCS-Directories: media-libs/babl/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 21a51b29b77f87b5c41ba0e2588d0366f728512a X-VCS-Branch: master Date: Fri, 17 Jun 2016 11:30:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7122d313-48ce-4f26-acb8-d2648c2d5b67 X-Archives-Hash: 2f9e02074c1469e0794029d546facc6f commit: 21a51b29b77f87b5c41ba0e2588d0366f728512a Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Fri Jun 17 11:30:23 2016 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Fri Jun 17 11:30:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a51b29 media-libs/babl: Fix and expand CPU_FLAGS_X86, thanks Jan-Matthias Braun, bug 578990. Package-Manager: portage-2.2.28 media-libs/babl/babl-0.1.16.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/babl/babl-0.1.16.ebuild b/media-libs/babl/babl-0.1.16.ebuild index 97deb60..f21c4f4 100644 --- a/media-libs/babl/babl-0.1.16.ebuild +++ b/media-libs/babl/babl-0.1.16.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="http://www.gegl.org/babl/" LICENSE="LGPL-3" SLOT="0" -IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_mmx cpu_flags_x86_f16c" +IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c" RDEPEND="" DEPEND="${RDEPEND} @@ -46,7 +46,8 @@ src_configure() { $(use_enable cpu_flags_x86_f16c f16c) \ $(use_enable cpu_flags_x86_mmx mmx) \ $(use_enable cpu_flags_x86_sse sse) \ - $(use_enable cpu_flags_x86_sse sse2) + $(use_enable cpu_flags_x86_sse2 sse2) \ + $(use_enable cpu_flags_x86_sse4_1 sse4_1) } src_install() {