From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F14F13835B for ; Thu, 15 Apr 2021 22:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5443E081B; Thu, 15 Apr 2021 22:32:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CD4EE081B for ; Thu, 15 Apr 2021 22:32:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FD0F340B25 for ; Thu, 15 Apr 2021 22:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64E50673 for ; Thu, 15 Apr 2021 22:32:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1618525838.d26c2f8b6f376719d188355a230ec227a48d1aeb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-mathematics/rkward/ X-VCS-Repository: proj/kde X-VCS-Files: sci-mathematics/rkward/rkward-9999.ebuild X-VCS-Directories: sci-mathematics/rkward/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d26c2f8b6f376719d188355a230ec227a48d1aeb X-VCS-Branch: master Date: Thu, 15 Apr 2021 22:32:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9bd7df5d-9dd0-4a12-8e21-21f5e0c1fbd5 X-Archives-Hash: 2618d84e85401fd87b69fb0b39584d5a commit: d26c2f8b6f376719d188355a230ec227a48d1aeb Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 15 20:48:27 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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 }