diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-30 13:18:55 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-05 10:04:19 +0300 |
commit | 4da11f8824e88b03eb3779e0d98051d71a50aeb6 (patch) | |
tree | a195a634cc951ee8d0b6968dde57f6b5197b724a /www-apache | |
parent | net-vpn/eduvpn-client: enable py3.13 (diff) | |
download | gentoo-4da11f8824e88b03eb3779e0d98051d71a50aeb6.tar.gz gentoo-4da11f8824e88b03eb3779e0d98051d71a50aeb6.tar.bz2 gentoo-4da11f8824e88b03eb3779e0d98051d71a50aeb6.zip |
www-apache/mod_authnz_external: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_authnz_external/mod_authnz_external-3.3.3-r2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.3.3-r2.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.3.3-r2.ebuild index 2841b772b421..ea4592e2963e 100644 --- a/www-apache/mod_authnz_external/mod_authnz_external-3.3.3-r2.ebuild +++ b/www-apache/mod_authnz_external/mod_authnz_external-3.3.3-r2.ebuild @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + +DESCRIPTION="An Apache2 authentication DSO using external programs" +HOMEPAGE="https://github.com/phokz/mod-auth-external" + inherit apache-module if [[ ${PV} == *9999 ]] ; then @@ -10,16 +14,13 @@ 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" S="${WORKDIR}/mod-auth-external-${P}" + KEYWORDS="amd64 x86" fi -DESCRIPTION="An Apache2 authentication DSO using external programs" -HOMEPAGE="https://github.com/phokz/mod-auth-external" - LICENSE="Apache-1.1" SLOT="2" -IUSE="" + need_apache2_4 DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO UPGRADE" |