diff options
author | 2021-04-15 22:48:27 +0200 | |
---|---|---|
committer | 2021-04-16 00:30:38 +0200 | |
commit | d26c2f8b6f376719d188355a230ec227a48d1aeb (patch) | |
tree | 5496c0e80e2e924fc8893e5331c5d541270097ef /sci-mathematics | |
parent | kde-misc/krusader: Drop superfluous optfeature header (diff) | |
download | kde-d26c2f8b6f376719d188355a230ec227a48d1aeb.tar.gz kde-d26c2f8b6f376719d188355a230ec227a48d1aeb.tar.bz2 kde-d26c2f8b6f376719d188355a230ec227a48d1aeb.zip |
sci-mathematics/rkward: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/rkward/rkward-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-mathematics/rkward/rkward-9999.ebuild b/sci-mathematics/rkward/rkward-9999.ebuild index 30bb9c7fba..8bd22e18e0 100644 --- a/sci-mathematics/rkward/rkward-9999.ebuild +++ b/sci-mathematics/rkward/rkward-9999.ebuild @@ -18,9 +18,6 @@ LICENSE="GPL-2+ LGPL-2" SLOT="5" IUSE="" -BDEPEND=" - sys-devel/gettext -" DEPEND=" dev-lang/R dev-qt/qtgui:5 @@ -47,9 +44,11 @@ DEPEND=" kde-frameworks/kxmlgui:5 " RDEPEND="${DEPEND}" +BDEPEND="sys-devel/gettext" pkg_postinst() { - elog "Optional dependencies:" - optfeature "kate plugins support" kde-apps/kate:${SLOT} + if [[ -z "${REPLACING_VERSIONS}" ]]; then + optfeature "kate plugins support" "kde-apps/kate:${SLOT}" + fi ecm_pkg_postinst } |