diff options
author | 2025-01-28 08:17:36 +0000 | |
---|---|---|
committer | 2025-01-28 08:17:59 +0000 | |
commit | 57a3facc5fd58f1fdbe809fa8a2205540c07014c (patch) | |
tree | 73701e6b2343a807fb26769a8c4cee9c8cd7b014 /www-apache | |
parent | mail-mta/postfix: Stabilize 3.9.1 arm64, #948923 (diff) | |
download | gentoo-57a3facc5fd58f1fdbe809fa8a2205540c07014c.tar.gz gentoo-57a3facc5fd58f1fdbe809fa8a2205540c07014c.tar.bz2 gentoo-57a3facc5fd58f1fdbe809fa8a2205540c07014c.zip |
www-apache/mod_auth_openidc: style fixes, use BDEPEND
To make the diff for the bump I'm about to do smaller.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_auth_openidc/mod_auth_openidc-2.4.14.4-r1.ebuild | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/www-apache/mod_auth_openidc/mod_auth_openidc-2.4.14.4-r1.ebuild b/www-apache/mod_auth_openidc/mod_auth_openidc-2.4.14.4-r1.ebuild index 4ab411903ee7..72e6fbc32426 100644 --- a/www-apache/mod_auth_openidc/mod_auth_openidc-2.4.14.4-r1.ebuild +++ b/www-apache/mod_auth_openidc/mod_auth_openidc-2.4.14.4-r1.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# EAPI=8 @@ -9,25 +8,28 @@ inherit depend.apache apache-module autotools DESCRIPTION="OpenID Connect Relying Party implementation for Apache HTTP Server 2.x" HOMEPAGE="https://github.com/OpenIDC/mod_auth_openidc" SRC_URI="https://github.com/OpenIDC/mod_auth_openidc/releases/download/v${PV}/${P}.tar.gz" -KEYWORDS="~amd64" -IUSE="redis brotli" -SLOT="0" LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="brotli redis" -RDEPEND="net-misc/curl - brotli? ( app-arch/brotli:= ) - sys-libs/zlib:= - dev-libs/openssl:= +RDEPEND=" + app-misc/jq dev-libs/apr - dev-libs/jansson:= dev-libs/cjose + dev-libs/jansson:= + dev-libs/openssl:= dev-libs/libpcre + net-misc/curl + sys-libs/zlib:= + brotli? ( app-arch/brotli:= ) redis? ( dev-libs/hiredis:= ) - app-misc/jq" +" DEPEND=" ${RDEPEND} - virtual/pkgconfig" +" +BDEPEND="virtual/pkgconfig" APACHE2_MOD_CONF="10_mod_auth_openidc" APACHE2_MOD_DEFINE="AUTH_OPENIDC" |