diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:11:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:06 +0200 |
commit | 2d4974cebcc200285c68067d6adf1a6c9b87422d (patch) | |
tree | 58667983872e67b8619af2e77223c54a2bcb17e7 /sci-mathematics | |
parent | sci-biology/biopython: Use optfeature_header() instead of custom elog (diff) | |
download | gentoo-2d4974cebcc200285c68067d6adf1a6c9b87422d.tar.gz gentoo-2d4974cebcc200285c68067d6adf1a6c9b87422d.tar.bz2 gentoo-2d4974cebcc200285c68067d6adf1a6c9b87422d.zip |
sci-mathematics/rkward: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/rkward/rkward-0.7.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-mathematics/rkward/rkward-0.7.2.ebuild b/sci-mathematics/rkward/rkward-0.7.2.ebuild index a76b8cd6a799..e6b9d0f01284 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 } |