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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED47715808D for ; Thu, 21 Apr 2022 18:49:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3430DE0930; Thu, 21 Apr 2022 18:49:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0C91E0930 for ; Thu, 21 Apr 2022 18:49:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A87B2341D5A for ; Thu, 21 Apr 2022 18:48:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7F7D3BE for ; Thu, 21 Apr 2022 18:48:55 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1650566923.2943376d7089da37ef9eecb916c3987569c80f59.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/alsa-lib/alsa-lib-1.2.6.1.ebuild X-VCS-Directories: media-libs/alsa-lib/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2943376d7089da37ef9eecb916c3987569c80f59 X-VCS-Branch: master Date: Thu, 21 Apr 2022 18:48:55 +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: 0af35e0c-ed6c-45de-9906-469f48425474 X-Archives-Hash: bf03552b01789f86f1e9327e5462e92d commit: 2943376d7089da37ef9eecb916c3987569c80f59 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Apr 21 18:48:43 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Apr 21 18:48:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2943376d media-libs/alsa-lib: Stabilize 1.2.6.1 ppc, #838145 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/alsa-lib/alsa-lib-1.2.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/alsa-lib/alsa-lib-1.2.6.1.ebuild b/media-libs/alsa-lib/alsa-lib-1.2.6.1.ebuild index 435de2e1c818..f6a2a4ee3482 100644 --- a/media-libs/alsa-lib/alsa-lib-1.2.6.1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.2.6.1.ebuild @@ -20,7 +20,7 @@ fi LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="alisp debug doc python +thread-safety" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"