Skip to content

Commit

Permalink
dev-libs/eventlog: port to EAPI 7
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 19, 2021
1 parent 8c7b478 commit 0985797
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dev-libs/eventlog/eventlog-0.2.12.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

inherit eutils libtool ltprune
inherit libtool

DESCRIPTION="Support library for syslog-ng"
HOMEPAGE="http://www.balabit.com/products/syslog_ng/"
Expand All @@ -17,6 +17,8 @@ IUSE="static-libs"
DOCS=( AUTHORS CREDITS ChangeLog NEWS PORTS README )

src_prepare() {
default

elibtoolize
}

Expand All @@ -26,6 +28,6 @@ src_configure() {

src_install() {
default
einstalldocs
prune_libtool_files

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

0 comments on commit 0985797

Please sign in to comment.