diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-05-31 11:16:50 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-31 11:16:50 +0200 |
commit | 82c6007f05e5f378ef2693b0d25f3d7e6f3fb4d1 (patch) | |
tree | 8d3565d77f5ca2fbd2cbd9d7ff67dd34190ec342 /app-text/groonga-normalizer-mysql | |
parent | app-text/chasen: drop deprecated ltprune eclass (diff) | |
download | gentoo-82c6007f05e5f378ef2693b0d25f3d7e6f3fb4d1.tar.gz gentoo-82c6007f05e5f378ef2693b0d25f3d7e6f3fb4d1.tar.bz2 gentoo-82c6007f05e5f378ef2693b0d25f3d7e6f3fb4d1.zip |
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>
Diffstat (limited to 'app-text/groonga-normalizer-mysql')
-rw-r--r-- | app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1.ebuild b/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1.ebuild index b6a789075490..86f8be4f031a 100644 --- a/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1.ebuild +++ b/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.1.ebuild @@ -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 } |