diff options
author | 2022-04-14 21:22:27 +0200 | |
---|---|---|
committer | 2022-04-14 21:27:44 +0200 | |
commit | edf5fd655c9cc5335ca02bbcb17099667812b85b (patch) | |
tree | 125a84d895bf0721b03a49bab139a56153a30737 /dev-tex/html2latex | |
parent | dev-python/gpep517-3: added Prefix keywords (diff) | |
download | gentoo-edf5fd655c9cc5335ca02bbcb17099667812b85b.tar.gz gentoo-edf5fd655c9cc5335ca02bbcb17099667812b85b.tar.bz2 gentoo-edf5fd655c9cc5335ca02bbcb17099667812b85b.zip |
dev-tex/html2latex: keyword 1.1-r3 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-tex/html2latex')
-rw-r--r-- | dev-tex/html2latex/html2latex-1.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/html2latex/html2latex-1.1-r3.ebuild b/dev-tex/html2latex/html2latex-1.1-r3.ebuild index 4ab4f664944c..3fe54bf47772 100644 --- a/dev-tex/html2latex/html2latex-1.1-r3.ebuild +++ b/dev-tex/html2latex/html2latex-1.1-r3.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=8 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" IUSE="imagemagick libwww" |