commit: 2d4974cebcc200285c68067d6adf1a6c9b87422d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 11:11:01 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 18:55:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4974ce
sci-mathematics/rkward: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-mathematics/rkward/rkward-0.7.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-mathematics/rkward/rkward-0.7.2.ebuild
b/sci-mathematics/rkward/rkward-0.7.2.ebuild
index a76b8cd6a79..e6b9d0f0128 100644
--- a/sci-mathematics/rkward/rkward-0.7.2.ebuild
+++ b/sci-mathematics/rkward/rkward-0.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -49,7 +49,6 @@ DEPEND="
RDEPEND="${DEPEND}"
pkg_postinst() {
- elog "Optional dependencies:"
optfeature "kate plugins support" kde-apps/kate:${SLOT}
ecm_pkg_postinst
}