Diff vnstat-2.10 with a vnstat-2.11

/usr/portage/net-analyzer/vnstat/vnstat-2.11.ebuild 2023-10-09 14:52:33.344368447 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
15 15
	VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/teemutoivola.asc
16 16
	inherit verify-sig
17 17

  
18
	SRC_URI="https://humdi.net/vnstat/${P}.tar.gz"
19
	SRC_URI+=" https://github.com/vergoh/vnstat/releases/download/v${PV}/${P}.tar.gz"
20
	SRC_URI+=" verify-sig? (
18
	SRC_URI="
19
		https://humdi.net/vnstat/${P}.tar.gz
20
		https://github.com/vergoh/vnstat/releases/download/v${PV}/${P}.tar.gz
21
		verify-sig? (
21 22
			https://humdi.net/vnstat/${P}.tar.gz.asc
22 23
			https://github.com/vergoh/vnstat/releases/download/v${PV}/${P}.tar.gz.asc
23
		)"
24
		)
25
	"
24 26

  
25
	KEYWORDS="amd64 arm arm64 hppa ~mips ppc ppc64 ~riscv sparc x86"
27
	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
26 28

  
27 29
	BDEPEND="verify-sig? ( sec-keys/openpgp-keys-teemutoivola )"
28 30
fi
......
52 54
	emake \
53 55
		${PN} \
54 56
		${PN}d \
55
		$(usex gd ${PN}i '')
57
		$(usev gd ${PN}i)
56 58
}
57 59

  
58 60
src_install() {
Thank you!