mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-analyzer/goaccess: remove autotools eclass
Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/37104 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
2743aad21d
commit
675dacd033
@@ -5,7 +5,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools optfeature systemd tmpfiles
|
||||
inherit optfeature systemd tmpfiles
|
||||
|
||||
DESCRIPTION="A real-time web log analyzer and interactive viewer in a terminal"
|
||||
HOMEPAGE="https://goaccess.io"
|
||||
@@ -38,8 +38,6 @@ src_prepare() {
|
||||
-e '/db-path/s|tmp|var/lib/goaccess|' \
|
||||
-e '/geoip-database/s|local/||' config/goaccess.conf \
|
||||
|| die "sed failed for goaccess.conf"
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user