diff options
author | Stephan Hartmann <sultan@gentoo.org> | 2022-08-24 08:28:13 +0200 |
---|---|---|
committer | Stephan Hartmann <sultan@gentoo.org> | 2022-08-24 08:28:26 +0200 |
commit | ad1a80aa200fb87a847dc1588443d7474c54872a (patch) | |
tree | 4126d2a0fde9fb22a2c568453d1ce623bef154b2 /virtual | |
parent | app-text/pandoc-bin: keyword for ~arm64, bug #866211 (diff) | |
download | gentoo-ad1a80aa200fb87a847dc1588443d7474c54872a.tar.gz gentoo-ad1a80aa200fb87a847dc1588443d7474c54872a.tar.bz2 gentoo-ad1a80aa200fb87a847dc1588443d7474c54872a.zip |
virtual/pandoc: keyword for ~arm64, bug #866211
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pandoc/pandoc-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/pandoc/pandoc-0.ebuild b/virtual/pandoc/pandoc-0.ebuild index 0cb4c6f84c6d..639259b34b21 100644 --- a/virtual/pandoc/pandoc-0.ebuild +++ b/virtual/pandoc/pandoc-0.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="Virtual for pandoc" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" BDEPEND="" RDEPEND="|| ( app-text/pandoc-bin[pandoc-symlink] app-text/pandoc )" |