app-text/a2ps: 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:44 +02:00
committed by David Seifert
parent 87771665c7
commit aa536fb768

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools elisp-common flag-o-matic ltprune
inherit autotools elisp-common flag-o-matic
DESCRIPTION="Any to PostScript filter"
HOMEPAGE="https://www.gnu.org/software/a2ps/"
@@ -126,7 +126,7 @@ src_install() {
rm -f "${ED}"/usr/share/{a2ps,a2ps/ppd,ogonkify}/README || die
prune_libtool_files
find "${ED}" -name '*.la' -delete || die
if use emacs; then
elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die