app-text/groonga-normalizer-mysql: drop deprecated ltprune eclass

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Conrad Kostecki
2021-05-31 11:16:50 +02:00
committed by David Seifert
parent 1b5b714f0e
commit 82c6007f05

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools ltprune
inherit autotools
DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers"
HOMEPAGE="https://groonga.org/"
@@ -31,6 +31,6 @@ src_configure() {
src_install() {
default
prune_libtool_files
find "${ED}" -name '*.la' -delete || die
rm -r "${D}usr/share/doc/${PN}" || die
}