diff options
author | Sam James <sam@gentoo.org> | 2023-06-08 23:33:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-08 23:34:33 +0100 |
commit | 198eae8f85af302f7b4af461e28cb45173039534 (patch) | |
tree | 5c0061d9deb5a1d70bf5eb3a750a0ab5a7ce530d /dev-lang/lfe | |
parent | dev-python/ipython: use virtual/pandoc (diff) | |
download | gentoo-198eae8f85af302f7b4af461e28cb45173039534.tar.gz gentoo-198eae8f85af302f7b4af461e28cb45173039534.tar.bz2 gentoo-198eae8f85af302f7b4af461e28cb45173039534.zip |
dev-lang/lfe: use virtual/pandoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/lfe')
-rw-r--r-- | dev-lang/lfe/lfe-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/lfe/lfe-2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/lfe/lfe-2.0.1.ebuild b/dev-lang/lfe/lfe-2.0.1.ebuild index bd2582d072c0..60bc21520c3f 100644 --- a/dev-lang/lfe/lfe-2.0.1.ebuild +++ b/dev-lang/lfe/lfe-2.0.1.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 @@ -29,7 +29,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - doc? ( app-text/pandoc ) + doc? ( virtual/pandoc ) " SITEFILE="70${PN}-gentoo.el" diff --git a/dev-lang/lfe/lfe-2.0.ebuild b/dev-lang/lfe/lfe-2.0.ebuild index a9f7eefb698e..888bf28c5c6f 100644 --- a/dev-lang/lfe/lfe-2.0.ebuild +++ b/dev-lang/lfe/lfe-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,7 +29,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - doc? ( app-text/pandoc ) + doc? ( virtual/pandoc ) " SITEFILE="70${PN}-gentoo.el" |