diff options
author | Sam James <sam@gentoo.org> | 2023-06-08 23:30:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-08 23:34:27 +0100 |
commit | 22b8dc6db66f1ec1c809dbba75f8b9098556ed38 (patch) | |
tree | 57b1d23aec4b7431da63436c234710ae716512f7 /sci-mathematics | |
parent | sys-apps/exa: use virtual/pandoc (diff) | |
download | gentoo-22b8dc6db66f1ec1c809dbba75f8b9098556ed38.tar.gz gentoo-22b8dc6db66f1ec1c809dbba75f8b9098556ed38.tar.bz2 gentoo-22b8dc6db66f1ec1c809dbba75f8b9098556ed38.zip |
sci-mathematics/rkward: use virtual/pandoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/rkward/rkward-0.7.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/rkward/rkward-0.7.5.ebuild b/sci-mathematics/rkward/rkward-0.7.5.ebuild index 714b41f12f96..feca760015fe 100644 --- a/sci-mathematics/rkward/rkward-0.7.5.ebuild +++ b/sci-mathematics/rkward/rkward-0.7.5.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 @@ -50,7 +50,7 @@ BDEPEND="sys-devel/gettext" pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "kate plugins support" "kde-apps/kate-addons:${SLOT}" - optfeature "prendering (or previewing) R markdown (.Rmd) files" "app-text/pandoc" + optfeature "prendering (or previewing) R markdown (.Rmd) files" "virtual/pandoc" optfeature "managing citations while writing articles" "app-text/kbibtex" fi ecm_pkg_postinst |