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 A2E5A15ACFC for ; Wed, 3 May 2023 04:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF4E3E08F0; Wed, 3 May 2023 04:45:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2B07E08F0 for ; Wed, 3 May 2023 04:45:33 +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 9B04E33C6B6 for ; Wed, 3 May 2023 04:45:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09D73A5E for ; Wed, 3 May 2023 04:45:31 +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: <1683089112.1e0e0ae1fa50dc6ff38ee29d7ec399fafca13568.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: 1e0e0ae1fa50dc6ff38ee29d7ec399fafca13568 X-VCS-Branch: master Date: Wed, 3 May 2023 04:45:31 +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: 63db0bb5-da0a-43e0-846e-dd9fb1e91975 X-Archives-Hash: 3ca13586694512b384ca98650822e1f0 commit: 1e0e0ae1fa50dc6ff38ee29d7ec399fafca13568 Author: Sam James gentoo org> AuthorDate: Wed May 3 04:45:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 3 04:45:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0e0ae1 app-text/blahtexml: Stabilize 1.0 ppc64, #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 6db430937f06..ea99a3570a9e 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"