mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
www-apache/mod_authnz_external: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
parent
a228cb26e8
commit
4da11f8824
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user