diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-09-19 12:34:12 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-09-19 13:46:14 +0100 |
commit | 8315e6c2762be1cdaf39c855d20ce54c1428e1e4 (patch) | |
tree | 93701898309f9a6aed1cf61005e3e8641d4e16e2 /app-text | |
parent | profiles: Unmask cairo and svg USE flags on m68k (diff) | |
download | gentoo-8315e6c2762be1cdaf39c855d20ce54c1428e1e4.tar.gz gentoo-8315e6c2762be1cdaf39c855d20ce54c1428e1e4.tar.bz2 gentoo-8315e6c2762be1cdaf39c855d20ce54c1428e1e4.zip |
app-text/htmltidy: Keyword 5.8.0-r1 for ~m68k
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/htmltidy/htmltidy-5.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild b/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild index 5dcdaf488f75..daa550a98022 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 ~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 )" |