From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 9F68A1582EF for ; Tue, 18 Feb 2025 22:10:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8245834319E for ; Tue, 18 Feb 2025 22:10:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F3411110473; Tue, 18 Feb 2025 22:10:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id E9A01110473 for ; Tue, 18 Feb 2025 22:10:08 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3D8D340754 for ; Tue, 18 Feb 2025 22:10:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB5442734 for ; Tue, 18 Feb 2025 22:10:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1739916588.4a006e9305f7bff029d82d2e224eaaa2ca64aa7d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/qmplay2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/qmplay2/qmplay2-25.01.19.ebuild X-VCS-Directories: media-video/qmplay2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4a006e9305f7bff029d82d2e224eaaa2ca64aa7d X-VCS-Branch: master Date: Tue, 18 Feb 2025 22:10:06 +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: 9d1e8bf6-7442-4e2a-8f7d-6e56f2d25e6b X-Archives-Hash: ef2c556ee5c3d72c6d830b2d03f2d776 commit: 4a006e9305f7bff029d82d2e224eaaa2ca64aa7d Author: Sam James gentoo org> AuthorDate: Tue Feb 18 22:09:48 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 18 22:09:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a006e93 media-video/qmplay2: Stabilize 25.01.19 amd64, #949922 Signed-off-by: Sam James gentoo.org> media-video/qmplay2/qmplay2-25.01.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/qmplay2/qmplay2-25.01.19.ebuild b/media-video/qmplay2/qmplay2-25.01.19.ebuild index 9c2a54ead43c..6c13763ed45a 100644 --- a/media-video/qmplay2/qmplay2-25.01.19.ebuild +++ b/media-video/qmplay2/qmplay2-25.01.19.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then else SRC_URI="https://github.com/zaps166/QMPlay2/releases/download/${PV}/QMPlay2-src-${PV}.tar.xz" S="${WORKDIR}/QMPlay2-src-${PV}" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="LGPL-3"