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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C4011581F3 for ; Sun, 1 Dec 2024 19:57:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09641E08AB; Sun, 1 Dec 2024 19:57:36 +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 D909AE08A6 for ; Sun, 1 Dec 2024 19:57:35 +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 06660340C57 for ; Sun, 1 Dec 2024 19:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C6292191 for ; Sun, 1 Dec 2024 19:57:31 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1733083040.7f258957677f14e23e94b2b3f42525d08730e365.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html2text/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/html2text/html2text-2.2.3.ebuild X-VCS-Directories: app-text/html2text/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7f258957677f14e23e94b2b3f42525d08730e365 X-VCS-Branch: master Date: Sun, 1 Dec 2024 19:57: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: d8f3d264-ee29-43e4-a377-dd68cd2037f8 X-Archives-Hash: 43dd675a5a41c29f5e9ad9f4776e4a0e commit: 7f258957677f14e23e94b2b3f42525d08730e365 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 1 19:57:20 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 1 19:57:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f258957 app-text/html2text: Stabilize 2.2.3 ppc64, #945622 Signed-off-by: Arthur Zamarin gentoo.org> app-text/html2text/html2text-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/html2text/html2text-2.2.3.ebuild b/app-text/html2text/html2text-2.2.3.ebuild index bdbfd86aa8b0..93784df9d57a 100644 --- a/app-text/html2text/html2text-2.2.3.ebuild +++ b/app-text/html2text/html2text-2.2.3.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/grobian/html2text.git" else SRC_URI="https://github.com/grobian/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTML to text converter"