www-apache/mod_authz_unixgroup: amd64 stable wrt bug #763549

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
Agostino Sarubbo
2021-01-21 08:36:38 +01:00
parent 8b09db032a
commit e91562dd74

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
S="${WORKDIR}/${P}/${PN}"
else
SRC_URI="https://github.com/phokz/mod-auth-external/archive/${P}.tar.gz"
KEYWORDS="~amd64"
KEYWORDS="amd64"
S="${WORKDIR}/mod-auth-external-${P}"
fi