From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88797139694 for ; Tue, 25 Apr 2017 19:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7837E0CE6; Tue, 25 Apr 2017 19:29:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 94C57E0CE6 for ; Tue, 25 Apr 2017 19:29:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 154A9341656 for ; Tue, 25 Apr 2017 19:29:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A2157429 for ; Tue, 25 Apr 2017 19:29:28 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1493148560.0b5ec944ce3c70db30d7991094c599d03b0cfc80.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyperscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyperscan/hyperscan-4.4.1.ebuild X-VCS-Directories: dev-libs/hyperscan/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 0b5ec944ce3c70db30d7991094c599d03b0cfc80 X-VCS-Branch: master Date: Tue, 25 Apr 2017 19:29:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7d386485-9c1e-4927-8324-8c98ac4c300b X-Archives-Hash: 5830922d722c977d8c78d41c1ed9015d commit: 0b5ec944ce3c70db30d7991094c599d03b0cfc80 Author: Christian Roessner roessner-network-solutions com> AuthorDate: Mon Apr 24 16:16:17 2017 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Tue Apr 25 19:29:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5ec944 dev-libs/hyperscan: set REQUIRED_USE to require SSSE3 dev-libs/hyperscan/hyperscan-4.4.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/hyperscan/hyperscan-4.4.1.ebuild b/dev-libs/hyperscan/hyperscan-4.4.1.ebuild index 66108275b5b..8d521ae0598 100644 --- a/dev-libs/hyperscan/hyperscan-4.4.1.ebuild +++ b/dev-libs/hyperscan/hyperscan-4.4.1.ebuild @@ -12,3 +12,6 @@ HOMEPAGE="https://01.org/hyperscan" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="cpu_flags_x86_ssse3" + +REQUIRED_USE="cpu_flags_x86_ssse3"