diff options
author | 2023-01-24 23:55:01 +0000 | |
---|---|---|
committer | 2023-01-24 23:55:01 +0000 | |
commit | d3210e3f28cb7be31bcc56a2e610ccc9ffd27557 (patch) | |
tree | d67970067c6604b139e6d387be438f1029a0c9b0 /app-text | |
parent | app-misc/openrgb: Stabilize 0.7-r1 amd64, #891939 (diff) | |
download | gentoo-d3210e3f28cb7be31bcc56a2e610ccc9ffd27557.tar.gz gentoo-d3210e3f28cb7be31bcc56a2e610ccc9ffd27557.tar.bz2 gentoo-d3210e3f28cb7be31bcc56a2e610ccc9ffd27557.zip |
app-text/pandoc-bin: Stabilize 2.19.2 amd64, #891967
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild | 4 |
1 files 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} )" |