commit: def48d75bb8110cb90c40065197343ed0f1d7532 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Oct 11 09:59:40 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Oct 11 09:59:40 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=def48d75
sci-mathematics/rkward: Add pkg_postinst about kde-apps/kate plugins Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-mathematics/rkward/rkward-9999.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/rkward/rkward-9999.ebuild b/sci-mathematics/rkward/rkward-9999.ebuild index 80e5193151..148561b1c8 100644 --- a/sci-mathematics/rkward/rkward-9999.ebuild +++ b/sci-mathematics/rkward/rkward-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 ECM_HANDBOOK="forceoptional" -inherit ecm kde.org +inherit ecm kde.org optfeature DESCRIPTION="IDE for the R-project" HOMEPAGE="https://rkward.kde.org/" @@ -43,3 +43,9 @@ DEPEND=" kde-frameworks/kxmlgui:5 " RDEPEND="${DEPEND}" + +pkg_postinst() { + elog "Optional dependencies:" + optfeature "kate plugins support" kde-apps/kate:${SLOT} + ecm_pkg_postinst +}
