summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-mathematics/rkward/rkward-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-mathematics/rkward/rkward-9999.ebuild b/sci-mathematics/rkward/rkward-9999.ebuild
index 30bb9c7fba9..8bd22e18e01 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
}