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 C921815813A for ; Sat, 11 Jan 2025 06:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A758E0845; Sat, 11 Jan 2025 06:37:40 +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 066C7E0845 for ; Sat, 11 Jan 2025 06:37:40 +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 9D82234134D for ; Sat, 11 Jan 2025 06:37:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E762084 for ; Sat, 11 Jan 2025 06:37:35 +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: <1736577427.5019dea5c220d9d1714799f5e02d0154e5a76ca4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gmmlib/gmmlib-22.5.5.ebuild X-VCS-Directories: media-libs/gmmlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5019dea5c220d9d1714799f5e02d0154e5a76ca4 X-VCS-Branch: master Date: Sat, 11 Jan 2025 06:37:35 +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: a9d49d03-aee8-4e5b-a3ff-147251045bde X-Archives-Hash: 245570b13109753c0a3efc08778fbadc commit: 5019dea5c220d9d1714799f5e02d0154e5a76ca4 Author: Sam James gentoo org> AuthorDate: Sat Jan 11 06:37:07 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 11 06:37:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5019dea5 media-libs/gmmlib: Stabilize 22.5.5 amd64, #947841 Signed-off-by: Sam James gentoo.org> media-libs/gmmlib/gmmlib-22.5.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/gmmlib/gmmlib-22.5.5.ebuild b/media-libs/gmmlib/gmmlib-22.5.5.ebuild index 2a09f24b8f3d..a2f2b89e674b 100644 --- a/media-libs/gmmlib/gmmlib-22.5.5.ebuild +++ b/media-libs/gmmlib/gmmlib-22.5.5.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 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then fi inherit git-r3 else - KEYWORDS="~amd64" + KEYWORDS="amd64" SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz" S="${WORKDIR}/${PN}-intel-${P}" fi