From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1478928-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 57F0C15800F for <garchives@archives.gentoo.org>; Fri, 20 Jan 2023 17:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36132E08F2; Fri, 20 Jan 2023 17:00:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 107A7E08F1 for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2023 17:00:45 +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 013F2340CD7 for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2023 17:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5548687B for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2023 17:00:43 +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: <1674234011.b974d170898ea2b3076bec20e615c6d6593160eb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xalan-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xalan-c/xalan-c-1.12-r2.ebuild X-VCS-Directories: dev-libs/xalan-c/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b974d170898ea2b3076bec20e615c6d6593160eb X-VCS-Branch: master Date: Fri, 20 Jan 2023 17:00:43 +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: dc3eb9a7-6cc1-4ad1-9c82-05758690d690 X-Archives-Hash: 3794bc5bd9bbdb5f7f19cf5689d26ce1 commit: b974d170898ea2b3076bec20e615c6d6593160eb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 20 17:00:11 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 20 17:00:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b974d170 dev-libs/xalan-c: Stabilize 1.12-r2 x86, #891467 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/xalan-c/xalan-c-1.12-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild b/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild index 74e63f8e818f..60d816f3c744 100644 --- a/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild +++ b/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ else VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/apache-xalan-c.asc SLOT="0/$(ver_cut 1-2)" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="~amd64 ~ppc x86" S="${WORKDIR}/${MY_PN}-${PV}" BDEPEND=" verify-sig? ( sec-keys/openpgp-keys-apache-xalan-c )