commit:     d26c2f8b6f376719d188355a230ec227a48d1aeb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 20:48:27 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 22:30:38 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d26c2f8b

sci-mathematics/rkward: Drop superfluous optfeature header

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-mathematics/rkward/rkward-9999.ebuild | 9 ++++-----
 1 file 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
 }

Reply via email to