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 34A62138335 for ; Thu, 30 May 2019 15:05:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DF52E0937; Thu, 30 May 2019 15:05:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23321E0937 for ; Thu, 30 May 2019 15:05:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A32263452C8 for ; Thu, 30 May 2019 15:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6C1955B for ; Thu, 30 May 2019 15:05:44 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1559228731.8f49d42f4ecd97e1b4500ccd3446d3dc3fc06157.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zita-convolver/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zita-convolver/zita-convolver-3.1.0.ebuild X-VCS-Directories: media-libs/zita-convolver/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 8f49d42f4ecd97e1b4500ccd3446d3dc3fc06157 X-VCS-Branch: master Date: Thu, 30 May 2019 15:05:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9750e738-cdfb-40ae-b7e8-58909ca6f9d0 X-Archives-Hash: 6083d0df8d28dd7e4d7b5abc8fb88a76 commit: 8f49d42f4ecd97e1b4500ccd3446d3dc3fc06157 Author: Matthew Thode gentoo org> AuthorDate: Thu May 30 14:47:06 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu May 30 15:05:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f49d42f media-libs/zita-convolver: add x86 keyword Package-Manager: Portage-2.3.66, Repoman-2.3.13 Signed-off-by: Matthew Thode gentoo.org> media-libs/zita-convolver/zita-convolver-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/zita-convolver/zita-convolver-3.1.0.ebuild b/media-libs/zita-convolver/zita-convolver-3.1.0.ebuild index b4dbf0668a5..22c6eb0b704 100644 --- a/media-libs/zita-convolver/zita-convolver-3.1.0.ebuild +++ b/media-libs/zita-convolver/zita-convolver-3.1.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~x86" IUSE="cpu_flags_x86_sse" RDEPEND="sci-libs/fftw:3.0="