summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2020-08-25 14:17:48 +0200
committerHans de Graaff <hans@degraaff.org>2020-08-25 14:17:48 +0200
commit192f0d9f1aef3f45fca02b0fe6445a29ea3a6211 (patch)
treebcc95d5db30fb0ca77ed15c01bf9ab8e906f72a1 /www-apache/mod_auth_mellon
parentwww-apache/mod_auth_mellon: add missing lasso dependency (diff)
downloadgraaff-192f0d9f1aef3f45fca02b0fe6445a29ea3a6211.tar.gz
graaff-192f0d9f1aef3f45fca02b0fe6445a29ea3a6211.tar.bz2
graaff-192f0d9f1aef3f45fca02b0fe6445a29ea3a6211.zip
www-apache/mod_auth_mellon: properly fix deps
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'www-apache/mod_auth_mellon')
-rw-r--r--www-apache/mod_auth_mellon/mod_auth_mellon-0.16.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-apache/mod_auth_mellon/mod_auth_mellon-0.16.0.ebuild b/www-apache/mod_auth_mellon/mod_auth_mellon-0.16.0.ebuild
index 816e5c97..75476c2b 100644
--- a/www-apache/mod_auth_mellon/mod_auth_mellon-0.16.0.ebuild
+++ b/www-apache/mod_auth_mellon/mod_auth_mellon-0.16.0.ebuild
@@ -19,7 +19,8 @@ IUSE="diagnostics"
need_apache2_4
CDEPEND=">=dev-libs/lasso-2.1 net-misc/curl dev-libs/openssl:0= "
-DEPEND+=" virtual/pkgconfig"
+DEPEND+=" virtual/pkgconfig ${CDEPEND}"
+RDEPEND=${CDEPEND}
DOCFILES="ECP.rst NEWS README.md"