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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 724B815812D for ; Sun, 05 Jan 2025 17:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E397E079C; Sun, 05 Jan 2025 17:49:11 +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 21534E079C for ; Sun, 05 Jan 2025 17:49:11 +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 2E2E534106C for ; Sun, 05 Jan 2025 17:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75D811A06 for ; Sun, 05 Jan 2025 17:49:07 +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: <1736099333.0dd5a04e648aeef3d63f5ce5436e32d6f98fb544.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/chuck/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/chuck/chuck-1.5.4.3.ebuild X-VCS-Directories: media-sound/chuck/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0dd5a04e648aeef3d63f5ce5436e32d6f98fb544 X-VCS-Branch: master Date: Sun, 05 Jan 2025 17:49:07 +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: 1b0779d6-b789-49c0-8b41-7811099fae42 X-Archives-Hash: 4ea01fc2a9045852149bab33ab7f8ff2 commit: 0dd5a04e648aeef3d63f5ce5436e32d6f98fb544 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jan 5 17:48:53 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jan 5 17:48:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd5a04e media-sound/chuck: Stabilize 1.5.4.3 x86, #947550 Signed-off-by: Arthur Zamarin gentoo.org> media-sound/chuck/chuck-1.5.4.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/chuck/chuck-1.5.4.3.ebuild b/media-sound/chuck/chuck-1.5.4.3.ebuild index 70115f4d5785..e2af9a6d57a5 100644 --- a/media-sound/chuck/chuck-1.5.4.3.ebuild +++ b/media-sound/chuck/chuck-1.5.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="http://chuck.cs.princeton.edu/release/files/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+alsa jack examples" REQUIRED_USE="|| ( alsa jack )"