diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-13 13:53:49 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-13 14:23:48 +0800 |
commit | d7f5c766f9e37de22380f0f499005197a748b0ac (patch) | |
tree | eb6d92ac969da0b1fd4b3bc8859e1ce955463655 /app-text | |
parent | dev-ruby/tty-editor: keyword 0.7.0 for ~loong (diff) | |
download | gentoo-d7f5c766f9e37de22380f0f499005197a748b0ac.tar.gz gentoo-d7f5c766f9e37de22380f0f499005197a748b0ac.tar.bz2 gentoo-d7f5c766f9e37de22380f0f499005197a748b0ac.zip |
app-text/htmltidy: keyword 5.8.0-r1 for ~loong
Tests passed on real hardware.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/htmltidy/htmltidy-5.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild b/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild index f398e94701dd..3259929cc1d0 100644 --- a/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild +++ b/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="deprecated test" RESTRICT="!test? ( test )" |