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 D6A01139694 for ; Fri, 5 May 2017 13:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22F89E0CD0; Fri, 5 May 2017 13:27:29 +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 00B23E0CD0 for ; Fri, 5 May 2017 13:27:28 +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 B8D883416BD for ; Fri, 5 May 2017 13:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C0147439 for ; Fri, 5 May 2017 13:27:25 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1493990839.c93cd4f3681132ad68d05b97e3a9b3c8a68dafbc.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsoundio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsoundio/libsoundio-1.1.0.ebuild X-VCS-Directories: media-libs/libsoundio/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c93cd4f3681132ad68d05b97e3a9b3c8a68dafbc X-VCS-Branch: master Date: Fri, 5 May 2017 13:27:25 +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: 9840a523-b6f2-40db-be81-0581e63e02eb X-Archives-Hash: 686a9d42eaa307268077aa282fe2c0c4 commit: c93cd4f3681132ad68d05b97e3a9b3c8a68dafbc Author: Lars Wendler gentoo org> AuthorDate: Fri May 5 13:26:32 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri May 5 13:27:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93cd4f3 media-libs/libsoundio: Added ~x86 keyword. Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-libs/libsoundio/libsoundio-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libsoundio/libsoundio-1.1.0.ebuild b/media-libs/libsoundio/libsoundio-1.1.0.ebuild index 5eb2334a783..5e0e5b0f93c 100644 --- a/media-libs/libsoundio/libsoundio-1.1.0.ebuild +++ b/media-libs/libsoundio/libsoundio-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://libsound.io/release/${P}.tar.gz" LICENSE="MIT" SLOT="0/1" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="alsa coreaudio examples jack pulseaudio static-libs" # Build fails with <=media-sound/jack2-1.9.10