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 0357713835A for ; Tue, 21 Jul 2020 09:33:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EACAE0990; Tue, 21 Jul 2020 09:33:51 +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 612E5E0990 for ; Tue, 21 Jul 2020 09:33:51 +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 3BD0F34F45B for ; Tue, 21 Jul 2020 09:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DED182EA for ; Tue, 21 Jul 2020 09:33:48 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1595323960.a66ad4aed84f9d95074110a48daf1d0b6a043286.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsoundio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsoundio/libsoundio-2.0.0.ebuild X-VCS-Directories: media-libs/libsoundio/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: a66ad4aed84f9d95074110a48daf1d0b6a043286 X-VCS-Branch: master Date: Tue, 21 Jul 2020 09:33:48 +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: 2568328c-9a2d-4d49-8e37-f1cc8f7a0cad X-Archives-Hash: c53ee7181ffe553a39f06675b403b540 commit: a66ad4aed84f9d95074110a48daf1d0b6a043286 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jul 21 09:32:40 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jul 21 09:32:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66ad4ae media-libs/libsoundio: x86 stable wrt bug #728114 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/libsoundio/libsoundio-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsoundio/libsoundio-2.0.0.ebuild b/media-libs/libsoundio/libsoundio-2.0.0.ebuild index 63849680922..a2ff792b5b8 100644 --- a/media-libs/libsoundio/libsoundio-2.0.0.ebuild +++ b/media-libs/libsoundio/libsoundio-2.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/andrewrk/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="alsa coreaudio examples jack pulseaudio static-libs" DEPEND="alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )