From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1488261-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 116F315800F for <garchives@archives.gentoo.org>; Sun, 19 Feb 2023 16:38:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3238E0893; Sun, 19 Feb 2023 16:38:53 +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 C9347E0893 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Feb 2023 16:38:53 +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 DF602340F16 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Feb 2023 16:38:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE8C68B8 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Feb 2023 16:38:50 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1676824709.bde2d2491ee61e18580df2fb91f9f4e6aef5da4a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/libabigail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/libabigail/libabigail-2.2.ebuild X-VCS-Directories: dev-util/libabigail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bde2d2491ee61e18580df2fb91f9f4e6aef5da4a X-VCS-Branch: master Date: Sun, 19 Feb 2023 16:38:50 +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: 8d007413-6e40-46dc-bcbb-a46eb98902ae X-Archives-Hash: ef460857c64e15edd420762470661b19 commit: bde2d2491ee61e18580df2fb91f9f4e6aef5da4a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 19 16:38:29 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 16:38:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde2d249 dev-util/libabigail: Stabilize 2.2 amd64, #895402 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/libabigail/libabigail-2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/libabigail/libabigail-2.2.ebuild b/dev-util/libabigail/libabigail-2.2.ebuild index 5f02f1b0e21e..6aba1522ff20 100644 --- a/dev-util/libabigail/libabigail-2.2.ebuild +++ b/dev-util/libabigail/libabigail-2.2.ebuild @@ -31,7 +31,7 @@ else LIBABIGAIL_DOCS_USEFLAG="doc" fi - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv" fi LICENSE="Apache-2.0-with-LLVM-exceptions"