diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-13 19:20:22 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-13 19:20:22 +0100 |
commit | 2f012ff3b7ae0dc8e8c41c1a0d8fc9fdadaf4928 (patch) | |
tree | 43958d3a80a05e006efc4aa9215c3112fd972364 /www-apache/mod_authnz_external | |
parent | dev-libs/rapidjson: Only set VALGRIND_EXECUTABLE if use test (diff) | |
download | gentoo-2f012ff3b7ae0dc8e8c41c1a0d8fc9fdadaf4928.tar.gz gentoo-2f012ff3b7ae0dc8e8c41c1a0d8fc9fdadaf4928.tar.bz2 gentoo-2f012ff3b7ae0dc8e8c41c1a0d8fc9fdadaf4928.zip |
www-apache/mod_authnz_external: Stabilize 3.3.3 amd64, #829100
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'www-apache/mod_authnz_external')
-rw-r--r-- | www-apache/mod_authnz_external/mod_authnz_external-3.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.3.3.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.3.3.ebuild index a118abb601a5..a4ea9f918ea8 100644 --- a/www-apache/mod_authnz_external/mod_authnz_external-3.3.3.ebuild +++ b/www-apache/mod_authnz_external/mod_authnz_external-3.3.3.ebuild @@ -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}/mod_authnz_external" else SRC_URI="https://github.com/phokz/mod-auth-external/archive/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/mod-auth-external-${P}" fi |