From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1454046-garchives=archives.gentoo.org@lists.gentoo.org>
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 5BF39158020
	for <garchives@archives.gentoo.org>; Sat,  5 Nov 2022 19:28:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 933D6E069C;
	Sat,  5 Nov 2022 19:28:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7A0C4E069C
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Nov 2022 19:28: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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 924343410B7
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Nov 2022 19:28:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E64036F2
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Nov 2022 19:28:21 +0000 (UTC)
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org>
Message-ID: <1667675624.1a82d14bf46b9c836024198b033d7c4f8c7a714c.conikost@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-metrics-library/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/intel-metrics-library/intel-metrics-library-0_pre20220930.ebuild
X-VCS-Directories: dev-libs/intel-metrics-library/
X-VCS-Committer: conikost
X-VCS-Committer-Name: Conrad Kostecki
X-VCS-Revision: 1a82d14bf46b9c836024198b033d7c4f8c7a714c
X-VCS-Branch: master
Date: Sat,  5 Nov 2022 19:28:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6ab74307-e2a9-4c5c-9aba-999df9349bb6
X-Archives-Hash: 134fb4954b5c083788e075c5796a4634

commit:     1a82d14bf46b9c836024198b033d7c4f8c7a714c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 19:07:35 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 19:13:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a82d14b

dev-libs/intel-metrics-library: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../intel-metrics-library/intel-metrics-library-0_pre20220930.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20220930.ebuild b/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20220930.ebuild
index 758da219e1cd..7cee0dfe0625 100644
--- a/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20220930.ebuild
+++ b/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20220930.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}"
 
 LICENSE="MIT"
 SLOT="0/114"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="x11-libs/libdrm"
 RDEPEND="${DEPEND}"