diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-08-05 11:28:10 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-08-05 21:50:48 +0800 |
commit | 49f7ecfca2fe88995e6da5cf8f6e04b74c63e9ad (patch) | |
tree | fb7cbc4e36d626846ce1e068d041ac1b79df41b9 /dev-tex/latexdiff | |
parent | dev-perl/Pod-LaTeX: keyword 0.610.0-r2 for ~riscv (diff) | |
download | gentoo-49f7ecfca2fe88995e6da5cf8f6e04b74c63e9ad.tar.gz gentoo-49f7ecfca2fe88995e6da5cf8f6e04b74c63e9ad.tar.bz2 gentoo-49f7ecfca2fe88995e6da5cf8f6e04b74c63e9ad.zip |
dev-tex/latexdiff: keyword 1.3.1.1 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-tex/latexdiff')
-rw-r--r-- | dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild | 2 | ||||
-rw-r--r-- | dev-tex/latexdiff/latexdiff-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild b/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild index 157df8a32ccb..47552cdae1ae 100644 --- a/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild +++ b/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git" else SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi LICENSE="GPL-3" diff --git a/dev-tex/latexdiff/latexdiff-9999.ebuild b/dev-tex/latexdiff/latexdiff-9999.ebuild index 53f8ebb29d0a..1c85ac57a2e7 100644 --- a/dev-tex/latexdiff/latexdiff-9999.ebuild +++ b/dev-tex/latexdiff/latexdiff-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git" else SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi LICENSE="GPL-3" |