commit: a93958caa02f286858165f14a57448f7ffb9502a Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Jul 8 11:24:41 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Jul 8 11:25:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93958ca
Revert "virtual/pandoc: drop old 0-r1" This reverts commit f531e38d1f1df85ea13f7d3655ad14ee848981e5. Acked-by: Maciej Barć <xgqt <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> virtual/pandoc/pandoc-0-r1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/virtual/pandoc/pandoc-0-r1.ebuild b/virtual/pandoc/pandoc-0-r1.ebuild new file mode 100644 index 000000000000..4e7457bf4394 --- /dev/null +++ b/virtual/pandoc/pandoc-0-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for pandoc" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 ~arm64 ~riscv ~x86" + +BDEPEND="" +RDEPEND="|| ( app-text/pandoc-bin[pandoc-symlink] app-text/pandoc-cli app-text/pandoc )"
