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 5F90515813A for ; Wed, 08 Jan 2025 20:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACDD7E0798; Wed, 08 Jan 2025 20:43:57 +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 936A4E0798 for ; Wed, 08 Jan 2025 20:43:57 +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 AA37B342F9E for ; Wed, 08 Jan 2025 20:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AC6B1DD4 for ; Wed, 08 Jan 2025 20:43:50 +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: <1736369014.8df8141060f8485b75d4363dba599483642ecc05.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-24.12.28.ebuild X-VCS-Directories: media-video/qmplay2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8df8141060f8485b75d4363dba599483642ecc05 X-VCS-Branch: master Date: Wed, 08 Jan 2025 20:43:50 +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: 10d2080f-534f-4b67-b5e7-2d4746981a90 X-Archives-Hash: cf17359f4cdfcfabb2cb716c998ada5c commit: 8df8141060f8485b75d4363dba599483642ecc05 Author: Sam James gentoo org> AuthorDate: Wed Jan 8 20:43:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 8 20:43:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df81410 media-video/qmplay2: Stabilize 24.12.28 amd64, #947736 Signed-off-by: Sam James gentoo.org> media-video/qmplay2/qmplay2-24.12.28.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/qmplay2/qmplay2-24.12.28.ebuild b/media-video/qmplay2/qmplay2-24.12.28.ebuild index 389e940a75d0..6c13763ed45a 100644 --- a/media-video/qmplay2/qmplay2-24.12.28.ebuild +++ b/media-video/qmplay2/qmplay2-24.12.28.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 @@ -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"