Diff icinga-php-thirdparty-0.11.0 with a icinga-php-thirdparty-0.12.0

/usr/portage/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.0.ebuild 2023-10-09 14:52:29.504368350 +0300
1
# Copyright 2021-2022 Gentoo Authors
1
# Copyright 2021-2023 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 PHP libraries for Icinga Web 2"
7 7
HOMEPAGE="https://github.com/Icinga/icinga-php-thirdparty"
......
9 9

  
10 10
LICENSE="MIT"
11 11
SLOT="0"
12
KEYWORDS="amd64 x86"
12
KEYWORDS="~amd64 ~x86"
13 13

  
14 14
DEPEND="dev-lang/php:*"
15 15
RDEPEND="${DEPEND}"
Thank you!