Correct gento ebuild
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user