Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: sci-mathematics/rkward/
Date: Thu, 15 Apr 2021 22:32:51
Message-Id: 1618525838.d26c2f8b6f376719d188355a230ec227a48d1aeb.asturm@gentoo
1 commit: d26c2f8b6f376719d188355a230ec227a48d1aeb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 20:48:27 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 22:30:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d26c2f8b
7
8 sci-mathematics/rkward: Drop superfluous optfeature header
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sci-mathematics/rkward/rkward-9999.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/sci-mathematics/rkward/rkward-9999.ebuild b/sci-mathematics/rkward/rkward-9999.ebuild
16 index 30bb9c7fba..8bd22e18e0 100644
17 --- a/sci-mathematics/rkward/rkward-9999.ebuild
18 +++ b/sci-mathematics/rkward/rkward-9999.ebuild
19 @@ -18,9 +18,6 @@ LICENSE="GPL-2+ LGPL-2"
20 SLOT="5"
21 IUSE=""
22
23 -BDEPEND="
24 - sys-devel/gettext
25 -"
26 DEPEND="
27 dev-lang/R
28 dev-qt/qtgui:5
29 @@ -47,9 +44,11 @@ DEPEND="
30 kde-frameworks/kxmlgui:5
31 "
32 RDEPEND="${DEPEND}"
33 +BDEPEND="sys-devel/gettext"
34
35 pkg_postinst() {
36 - elog "Optional dependencies:"
37 - optfeature "kate plugins support" kde-apps/kate:${SLOT}
38 + if [[ -z "${REPLACING_VERSIONS}" ]]; then
39 + optfeature "kate plugins support" "kde-apps/kate:${SLOT}"
40 + fi
41 ecm_pkg_postinst
42 }