diff options
author | Yu Gu <guyu2876@gmail.com> | 2023-02-21 12:24:33 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-02-25 13:47:10 +0100 |
commit | d8ce18e62fd5435cd4d390c146ba9553fca26b2b (patch) | |
tree | a5b1f4d3f34ca76c14d4be2c20b9057d2e48a566 /virtual/pandoc | |
parent | mail-mta/postfix: keyword postfix-3.7.4 riscv #893596 (diff) | |
download | gentoo-d8ce18e62fd5435cd4d390c146ba9553fca26b2b.tar.gz gentoo-d8ce18e62fd5435cd4d390c146ba9553fca26b2b.tar.bz2 gentoo-d8ce18e62fd5435cd4d390c146ba9553fca26b2b.zip |
virtual/pandoc: Keyword 0 riscv, #895650
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'virtual/pandoc')
-rw-r--r-- | virtual/pandoc/pandoc-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/pandoc/pandoc-0.ebuild b/virtual/pandoc/pandoc-0.ebuild index 639259b34b21..4233faddb6dd 100644 --- a/virtual/pandoc/pandoc-0.ebuild +++ b/virtual/pandoc/pandoc-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ DESCRIPTION="Virtual for pandoc" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" BDEPEND="" RDEPEND="|| ( app-text/pandoc-bin[pandoc-symlink] app-text/pandoc )" |