From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1732213-garchives=archives.gentoo.org@lists.gentoo.org>
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 1CCFA1581EE
	for <garchives@archives.gentoo.org>; Fri, 28 Mar 2025 20:48:33 +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 08B9F3431B8
	for <garchives@archives.gentoo.org>; Fri, 28 Mar 2025 20:48:33 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id BB5051104B6;
	Fri, 28 Mar 2025 20:48:21 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B5DAD1104B6
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Mar 2025 20:48:21 +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 7102D34314E
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Mar 2025 20:48:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D4C83287C
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Mar 2025 20:48:18 +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: <1743194886.efc4ef3a7cbce91034e1c0b22d2bc6645d34b637.conikost@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/metee/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/metee/metee-4.3.1.ebuild
X-VCS-Directories: dev-libs/metee/
X-VCS-Committer: conikost
X-VCS-Committer-Name: Conrad Kostecki
X-VCS-Revision: efc4ef3a7cbce91034e1c0b22d2bc6645d34b637
X-VCS-Branch: master
Date: Fri, 28 Mar 2025 20:48:18 +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: 77ed5446-ad5a-4369-b929-6c5b04ff666a
X-Archives-Hash: 1f81660e2b52d93da039e9ffaeb754c9

commit:     efc4ef3a7cbce91034e1c0b22d2bc6645d34b637
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 20:32:22 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 20:48:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc4ef3a

dev-libs/metee: amd64 stable

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

 dev-libs/metee/metee-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/metee/metee-4.3.1.ebuild b/dev-libs/metee/metee-4.3.1.ebuild
index bbbb7e70f0fe..d03befa30273 100644
--- a/dev-libs/metee/metee-4.3.1.ebuild
+++ b/dev-libs/metee/metee-4.3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc"
 
 BDEPEND="doc? ( app-text/doxygen )"