Diff pgbadger-11.5 with a pgbadger-11.8

/usr/portage/dev-db/pgbadger/pgbadger-11.8.ebuild 2023-10-09 14:52:29.332368346 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit perl-module
7 7

  
8 8
DESCRIPTION="pgBadger is a PostgreSQL log analyzer"
9 9
HOMEPAGE="https://pgbadger.darold.net/"
10
SRC_URI="https://github.com/darold/pgbadger/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
SRC_URI="https://github.com/darold/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11 11

  
12 12
LICENSE="BSD"
13 13
SLOT="0"
14
KEYWORDS="amd64"
14
KEYWORDS="~amd64"
15 15

  
16 16
DEPEND="
17 17
		dev-perl/JSON-XS
Thank you!