Skip to content

Commit

Permalink
dev-libs/eventlog: use einstalldocs for now
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 16, 2021
1 parent f7a43df commit 5fa5ad4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev-libs/eventlog/eventlog-0.2.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit libtool eutils ltprune

inherit eutils libtool ltprune

DESCRIPTION="Support library for syslog-ng"
HOMEPAGE="http://www.balabit.com/products/syslog_ng/"
Expand All @@ -13,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
IUSE="static-libs"

DEPEND=""
DOCS=( AUTHORS CREDITS ChangeLog NEWS PORTS README )

src_prepare() {
elibtoolize
Expand All @@ -24,7 +25,7 @@ src_configure() {
}

src_install() {
DOCS="AUTHORS CREDITS ChangeLog NEWS PORTS README" \
default
default
einstalldocs
prune_libtool_files
}

0 comments on commit 5fa5ad4

Please sign in to comment.