diff options
author | Sam James <sam@gentoo.org> | 2021-06-30 19:38:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-30 19:38:15 +0100 |
commit | dc14232ace0f57b5507baa68f5466cb8578c9446 (patch) | |
tree | 4d8ae2993949f7ad321161508c94857f65b1fda8 /www-servers | |
parent | x11-misc/alock: add missing libcrypt dependency (diff) | |
download | gentoo-dc14232ace0f57b5507baa68f5466cb8578c9446.tar.gz gentoo-dc14232ace0f57b5507baa68f5466cb8578c9446.tar.bz2 gentoo-dc14232ace0f57b5507baa68f5466cb8578c9446.zip |
www-servers/lighttpd: add missing libcrypt dependency
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild (renamed from www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild) | 3 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild (renamed from www-servers/lighttpd/lighttpd-1.4.58.ebuild) | 9 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild b/www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild index a5923f383e75..2da970b100e4 100644 --- a/www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild @@ -25,6 +25,7 @@ BDEPEND="dev-libs/libgamin virtual/pkgconfig" COMMON_DEPEND=" + virtual/libcrypt:= bzip2? ( app-arch/bzip2 ) dbi? ( dev-db/libdbi ) fam? ( virtual/fam ) @@ -35,7 +36,7 @@ COMMON_DEPEND=" lua? ( ${LUA_DEPS} ) memcached? ( dev-libs/libmemcached ) mysql? ( dev-db/mysql-connector-c:= ) - pcre? ( >=dev-libs/libpcre-3.1 ) + pcre? ( >=dev-libs/libpcre-3.1:= ) php? ( dev-lang/php:*[cgi] ) postgres? ( dev-db/postgresql:* ) rrdtool? ( net-analyzer/rrdtool ) diff --git a/www-servers/lighttpd/lighttpd-1.4.58.ebuild b/www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild index 825b9c477b1f..ced96c23fec4 100644 --- a/www-servers/lighttpd/lighttpd-1.4.58.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild @@ -27,6 +27,7 @@ REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) BDEPEND="virtual/pkgconfig" COMMON_DEPEND=" + virtual/libcrypt:= brotli? ( app-arch/brotli ) bzip2? ( app-arch/bzip2 ) dbi? ( @@ -36,16 +37,16 @@ COMMON_DEPEND=" sqlite? ( dev-db/libdbi-drivers[sqlite] ) ) gdbm? ( sys-libs/gdbm:= ) - gnutls? ( net-libs/gnutls ) + gnutls? ( net-libs/gnutls:= ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-2.1.26 ) libev? ( >=dev-libs/libev-4.01 ) lua? ( ${LUA_DEPS} ) - maxminddb? ( dev-libs/libmaxminddb ) - mbedtls? ( net-libs/mbedtls ) + maxminddb? ( dev-libs/libmaxminddb:= ) + mbedtls? ( net-libs/mbedtls:= ) memcached? ( dev-libs/libmemcached ) nss? ( dev-libs/nss ) - pcre? ( >=dev-libs/libpcre-3.1 ) + pcre? ( >=dev-libs/libpcre-3.1:= ) php? ( dev-lang/php:*[cgi] ) rrdtool? ( net-analyzer/rrdtool ) sasl? ( dev-libs/cyrus-sasl ) |