Diff carbon-c-relay-3.7.3 with a carbon-c-relay-3.7.4-r1

/usr/portage/app-misc/carbon-c-relay/carbon-c-relay-3.7.4-r1.ebuild 2023-10-09 14:52:28.788368332 +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 4
EAPI=7
......
9 9

  
10 10
LICENSE="Apache-2.0"
11 11
SLOT="0"
12
KEYWORDS="~amd64 ~arm ~ppc64 ~x64-macos ~x64-solaris"
12
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x64-macos ~x64-solaris"
13 13
IUSE="lz4 snappy zlib ssl pcre pcre2 +oniguruma"
14 14

  
15 15
# ensure only one of pcre, pcre2 and oniguruma is set, or none (libc)
......
53 53

  
54 54
	dodoc ChangeLog.md
55 55

  
56
	newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
56
	newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
57 57
	newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN}
58 58
}
Thank you!