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 6561515ACFB for ; Sun, 16 Apr 2023 12:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E672E0992; Sun, 16 Apr 2023 12:11:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E9959E0992 for ; Sun, 16 Apr 2023 12:11:35 +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 C42D4340E10 for ; Sun, 16 Apr 2023 12:11:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 750EDA52 for ; Sun, 16 Apr 2023 12:11:30 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1681646583.60fe851e65d7dcfe0ee2ba234f0f843ea7f529f1.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/timidity++/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/timidity++/timidity++-2.15.0-r6.ebuild X-VCS-Directories: media-sound/timidity++/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 60fe851e65d7dcfe0ee2ba234f0f843ea7f529f1 X-VCS-Branch: master Date: Sun, 16 Apr 2023 12:11:30 +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: ba5a7cd1-47a4-402b-8a73-40a857287f47 X-Archives-Hash: d3b51477aaef90b9d8e99646595d6f97 commit: 60fe851e65d7dcfe0ee2ba234f0f843ea7f529f1 Author: WANG Xuerui gentoo org> AuthorDate: Sun Apr 16 04:48:21 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Apr 16 12:03:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fe851e media-sound/timidity++: keyword 2.15.0-r6 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-sound/timidity++/timidity++-2.15.0-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/timidity++/timidity++-2.15.0-r6.ebuild b/media-sound/timidity++/timidity++-2.15.0-r6.ebuild index df0a65c5b44c..106e11d246f6 100644 --- a/media-sound/timidity++/timidity++-2.15.0-r6.ebuild +++ b/media-sound/timidity++/timidity++-2.15.0-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86" IUSE="alsa ao emacs flac gtk jack motif nas ncurses ogg oss selinux slang speex tk vorbis X Xaw3d" REQUIRED_USE="tk? ( X )"