Diff osgi-cmpn-8.0.0 with a osgi-cmpn-8.0.0-r1

/usr/portage/dev-java/osgi-cmpn/osgi-cmpn-8.0.0-r1.ebuild 2023-10-09 14:52:29.440368349 +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
......
14 14

  
15 15
LICENSE="Apache-2.0 OSGi-Specification-2.0"
16 16
SLOT="8"
17
KEYWORDS="amd64 ~arm arm64 ppc64 x86"
17
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
18 18

  
19 19
CP_DEPEND="
20 20
	dev-java/cdi-api:0
21
	dev-java/glassfish-persistence:0
21
	dev-java/javax-persistence-api:0
22 22
	dev-java/jakarta-servlet-api:4
23 23
	dev-java/javax-inject:0
24 24
	dev-java/jaxrs-api:0
Thank you!