diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:05:47 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:09 +0100 |
commit | 127a99a5059456d9dcb6ded6ea53c5383b4eeb76 (patch) | |
tree | 48cb2e11b2e1f22317f241a05ca0b4ca4ef7ca7b /virtual/pandoc | |
parent | app-text/pandoc: Soft-block split pandoc packages (diff) | |
download | gentoo-127a99a5059456d9dcb6ded6ea53c5383b4eeb76.tar.gz gentoo-127a99a5059456d9dcb6ded6ea53c5383b4eeb76.tar.bz2 gentoo-127a99a5059456d9dcb6ded6ea53c5383b4eeb76.zip |
virtual/pandoc: add 0-r1
New revision which allows app-text/pandoc-cli
Thanks-to: Bryce Glover <RandomDSdevel@gmail.com>
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/pandoc')
-rw-r--r-- | virtual/pandoc/pandoc-0-r1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/virtual/pandoc/pandoc-0-r1.ebuild b/virtual/pandoc/pandoc-0-r1.ebuild new file mode 100644 index 000000000000..7afd546db71b --- /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 )" |