aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-12-26 21:35:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-12-26 21:38:32 +0100
commitb1a39345045e820f3a56984bf3e11ba8919d8b9e (patch)
treee7d5d69595f92f6f276ddc991e10606e995a0666 /sci-mathematics
parentecm.eclass: Case-insensitivity for grep and sed (diff)
downloadkde-b1a39345045e820f3a56984bf3e11ba8919d8b9e.tar.gz
kde-b1a39345045e820f3a56984bf3e11ba8919d8b9e.tar.bz2
kde-b1a39345045e820f3a56984bf3e11ba8919d8b9e.zip
sci-mathematics/rkward: Add more optfeature to pkg_postinst
Reported-by: Milos Popovic <gpopac@gmail.com> Bug: https://bugs.gentoo.org/829998 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/rkward/rkward-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-mathematics/rkward/rkward-9999.ebuild b/sci-mathematics/rkward/rkward-9999.ebuild
index 1b7988279f..9de22138d6 100644
--- a/sci-mathematics/rkward/rkward-9999.ebuild
+++ b/sci-mathematics/rkward/rkward-9999.ebuild
@@ -49,6 +49,8 @@ BDEPEND="sys-devel/gettext"
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "kate plugins support" "kde-apps/kate:${SLOT}"
+ optfeature "prendering (or previewing) R markdown (.Rmd) files" "app-text/pandoc"
+ optfeature "managing citations while writing articles" "app-text/kbibtex"
fi
ecm_pkg_postinst
}