commit: 2743aad21d96d85dbe9bb0b6d20bcd8cead2cf27 Author: Vladimir Pavljuchenkov <spiderx <AT> spiderx <DOT> dp <DOT> ua> AuthorDate: Mon Jun 10 06:49:53 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 18 07:38:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2743aad2
net-analyzer/goaccess: fix qa for live ebuild Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua> Closes: https://bugs.gentoo.org/923362 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-analyzer/goaccess/goaccess-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-analyzer/goaccess/goaccess-9999.ebuild b/net-analyzer/goaccess/goaccess-9999.ebuild index f865c1c79c2b..58691f5c27b8 100644 --- a/net-analyzer/goaccess/goaccess-9999.ebuild +++ b/net-analyzer/goaccess/goaccess-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # shellcheck disable=SC2207 @@ -11,11 +11,9 @@ inherit autotools git-r3 optfeature systemd tmpfiles DESCRIPTION="A real-time web log analyzer and interactive viewer in a terminal" HOMEPAGE="https://goaccess.io" -SRC_URI="" LICENSE="MIT" SLOT="0" -KEYWORDS="" IUSE="debug geoip geoipv2 getline ssl unicode" REQUIRED_USE="geoipv2? ( geoip )"
