commit: d3210e3f28cb7be31bcc56a2e610ccc9ffd27557
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:55:01 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:55:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3210e3f
app-text/pandoc-bin: Stabilize 2.19.2 amd64, #891967
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild
b/app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild
index 28e55509b669..231940a71b4c 100644
--- a/app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild
+++ b/app-text/pandoc-bin/pandoc-bin-2.19.2.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
@@ -18,7 +18,7 @@ S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~amd64 ~arm64" # Upstream provides only AMD and ARM 64-bit
binaries
+KEYWORDS="-* amd64 ~arm64" # Upstream provides only AMD and ARM 64-bit
binaries
IUSE="+pandoc-symlink"
RDEPEND="pandoc-symlink? ( !${CATEGORY}/${MY_PN} )"