Correct gento ebuild

This commit is contained in:
Mario Fetka
2024-12-20 10:29:06 +01:00
parent 248fdbcd5c
commit 624cdcf2b1
5 changed files with 39 additions and 36 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit eutils autotools
inherit autotools
DESCRIPTION="Log4c is a library of C for flexible logging to files, syslog and other destinations"
HOMEPAGE="http://log4c.sourceforge.net/"
@@ -20,9 +20,11 @@ RDEPEND="media-gfx/graphviz
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
src_prepare() {
epatch ${FILESDIR}/log4c-socket.patch
eautoreconf
rc_prepare() {
eapply ${FILESDIR}/log4c-socket.patch
eautoreconf
eapply_user
}
src_configure() {