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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D174158018 for ; Sat, 2 Oct 2021 19:07:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAD4DE0894; Sat, 2 Oct 2021 19:07:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F5F9E0894 for ; Sat, 2 Oct 2021 19:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B17F0342CA4 for ; Sat, 2 Oct 2021 19:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C8DC106 for ; Sat, 2 Oct 2021 19:07:24 +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: <1633201633.c7e80db787552375d5d7da1b0a3c95493d3f4e2c.sam@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-r1.ebuild X-VCS-Directories: app-text/htmltidy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7e80db787552375d5d7da1b0a3c95493d3f4e2c X-VCS-Branch: master Date: Sat, 2 Oct 2021 19:07:24 +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: adba8637-e8b7-4d79-ad38-11bbfb101fd4 X-Archives-Hash: e8cf279317f3026d3dd6712c2a486ed4 commit: c7e80db787552375d5d7da1b0a3c95493d3f4e2c Author: Sam James gentoo org> AuthorDate: Sat Oct 2 19:07:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 2 19:07:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e80db7 app-text/htmltidy: Stabilize 5.8.0-r1 arm, #812425 Signed-off-by: Sam James gentoo.org> app-text/htmltidy/htmltidy-5.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild b/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild index 9de1d92f6c8..bfe80af125e 100644 --- a/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild +++ b/app-text/htmltidy/htmltidy-5.8.0-r1.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 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="deprecated test" RESTRICT="!test? ( test )"