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 D319B158015 for ; Tue, 26 Dec 2023 18:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10D782BC014; Tue, 26 Dec 2023 18:46:51 +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 EB1B52BC014 for ; Tue, 26 Dec 2023 18:46:50 +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 0B453335DCD for ; Tue, 26 Dec 2023 18:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DFC11492 for ; Tue, 26 Dec 2023 18:46:48 +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: <1703616404.24f58d7cfd6588ab09dce4cf2cc661c8d7d06aa8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmltidy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/htmltidy/htmltidy-5.8.0-r2.ebuild X-VCS-Directories: app-text/htmltidy/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 24f58d7cfd6588ab09dce4cf2cc661c8d7d06aa8 X-VCS-Branch: master Date: Tue, 26 Dec 2023 18:46:48 +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: 057e7f45-f0c4-4519-97dd-9eb7e5e4542f X-Archives-Hash: 2bcca96d6c77e040fddedd5c92c6b1a7 commit: 24f58d7cfd6588ab09dce4cf2cc661c8d7d06aa8 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Dec 26 18:46:44 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Dec 26 18:46:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f58d7c app-text/htmltidy: Stabilize 5.8.0-r2 arm64, #920730 Signed-off-by: Arthur Zamarin gentoo.org> app-text/htmltidy/htmltidy-5.8.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/htmltidy/htmltidy-5.8.0-r2.ebuild b/app-text/htmltidy/htmltidy-5.8.0-r2.ebuild index 701cbfeff091..26f07cbaf9f2 100644 --- a/app-text/htmltidy/htmltidy-5.8.0-r2.ebuild +++ b/app-text/htmltidy/htmltidy-5.8.0-r2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/htacg/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P LICENSE="BSD" SLOT="0/58" # subslot is SOVERSION -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="deprecated test" RESTRICT="!test? ( test )"