Skip to content

Commit

Permalink
app-admin/rsyslog: drop deprecated ltprune eclass
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Kostecki <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
ConiKost authored and SoapGentoo committed May 31, 2021
1 parent 84a354f commit 5da5e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-admin/rsyslog/rsyslog-8.2008.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI="6"
PYTHON_COMPAT=( python{3_7,3_8} )

inherit autotools linux-info ltprune python-any-r1 systemd
inherit autotools linux-info python-any-r1 systemd

DESCRIPTION="An enhanced multi-threaded syslogd with database support and more"
HOMEPAGE="https://www.rsyslog.com/"
Expand Down Expand Up @@ -325,7 +325,7 @@ src_install() {
doins plugins/ompgsql/createDB.sql
fi

prune_libtool_files --modules
find "${ED}" -name '*.la' -delete || die
}

pkg_postinst() {
Expand Down

0 comments on commit 5da5e57

Please sign in to comment.