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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFDD015ACFC for ; Tue, 2 May 2023 20:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D69CFE091C; Tue, 2 May 2023 20:11:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C011EE091C for ; Tue, 2 May 2023 20:11:18 +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 186993416D2 for ; Tue, 2 May 2023 20:11:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6C088E4 for ; Tue, 2 May 2023 20:11:16 +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: <1683058243.56ad8a6a4a3d31393f1b9c55c62fa685c118974d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blahtexml/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/blahtexml/blahtexml-1.0.ebuild X-VCS-Directories: app-text/blahtexml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 56ad8a6a4a3d31393f1b9c55c62fa685c118974d X-VCS-Branch: master Date: Tue, 2 May 2023 20:11:16 +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: 7df17ba0-6732-4fb3-984f-70cec188c9e7 X-Archives-Hash: b0c7ef7cb3ffca484bd778f325ba9aa6 commit: 56ad8a6a4a3d31393f1b9c55c62fa685c118974d Author: Sam James gentoo org> AuthorDate: Tue May 2 20:06:52 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 2 20:10:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ad8a6a app-text/blahtexml: Stabilize 1.0 x86, #905590 Signed-off-by: Sam James gentoo.org> app-text/blahtexml/blahtexml-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/blahtexml/blahtexml-1.0.ebuild b/app-text/blahtexml/blahtexml-1.0.ebuild index a2944dd2342a..6db430937f06 100644 --- a/app-text/blahtexml/blahtexml-1.0.ebuild +++ b/app-text/blahtexml/blahtexml-1.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/gvanas/blahtexml/archive/refs/tags/v${PV}.tar.gz -> LICENSE="BSD CC-BY-3.0 ZLIB" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~s390 ~x86" +KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~s390 x86" IUSE="doc" RDEPEND="dev-libs/xerces-c"