Diff icingaweb2-module-graphite-1.1.0 with a icingaweb2-module-graphite-1.2.1

/usr/portage/www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-1.2.1.ebuild 2023-10-09 14:52:35.872368511 +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
DESCRIPTION="Icinga Web 2 plugin for Graphite"
7 7
HOMEPAGE="https://www.icinga.com/docs/graphite/latest/"
......
9 9
	inherit git-r3
10 10
	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-graphite.git"
11 11
else
12
	KEYWORDS="amd64 x86"
12
	KEYWORDS="~amd64 ~x86"
13 13
	SRC_URI="https://github.com/Icinga/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
14 14
fi
15 15

  
Thank you!