Diff mod_authnz_external-3.3.3 with a mod_authnz_external-9999

/usr/portage/www-apache/mod_authnz_external/mod_authnz_external-9999.ebuild 2023-10-09 14:52:35.864368511 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=6
......
10 10
	S="${WORKDIR}/${P}/mod_authnz_external"
11 11
else
12 12
	SRC_URI="https://github.com/phokz/mod-auth-external/archive/${P}.tar.gz"
13
	KEYWORDS="amd64 x86"
13
	KEYWORDS="~amd64 ~x86"
14 14
	S="${WORKDIR}/mod-auth-external-${P}"
15 15
fi
16 16

  
Thank you!