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 93DEE158020 for ; Sat, 3 Dec 2022 06:08:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A20BE0ECC; Sat, 3 Dec 2022 06:08:24 +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 5FAD7E0ECC for ; Sat, 3 Dec 2022 06:08:24 +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 756173413A3 for ; Sat, 3 Dec 2022 06:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 067F677B for ; Sat, 3 Dec 2022 06:08:21 +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: <1670047621.0e83af17d716d20a62135ca93586a66ef4d6b249.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libprojectm/libprojectm-3.1.12.ebuild X-VCS-Directories: media-libs/libprojectm/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 0e83af17d716d20a62135ca93586a66ef4d6b249 X-VCS-Branch: master Date: Sat, 3 Dec 2022 06:08:21 +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: 65ff8294-972c-41a4-8ad5-096a54abc938 X-Archives-Hash: 6ec43fd9f8782efca7463546238e83ba commit: 0e83af17d716d20a62135ca93586a66ef4d6b249 Author: WANG Xuerui gentoo org> AuthorDate: Sat Dec 3 05:49:50 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Dec 3 06:07:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e83af17 media-libs/libprojectm: keyword 3.1.12 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-libs/libprojectm/libprojectm-3.1.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libprojectm/libprojectm-3.1.12.ebuild b/media-libs/libprojectm/libprojectm-3.1.12.ebuild index bc76c8758855..ac0666d889a8 100644 --- a/media-libs/libprojectm/libprojectm-3.1.12.ebuild +++ b/media-libs/libprojectm/libprojectm-3.1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then else MY_PV="${PV/_/-}" SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86" S=${WORKDIR}/projectm-${MY_PV}/ fi