diff options
author | Daniel M. Weeks <dan@danweeks.net> | 2020-10-05 17:39:04 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-12 12:05:55 +0300 |
commit | 61a3b0fdae76ecd904049c067df8c82a1c6edb95 (patch) | |
tree | 0e44cf6b0cd8309b01ccb9ca721c00f71b594220 /www-servers/lighttpd | |
parent | dev-tex/chktex: Remove last-rited pkg (diff) | |
download | gentoo-61a3b0fdae76ecd904049c067df8c82a1c6edb95.tar.gz gentoo-61a3b0fdae76ecd904049c067df8c82a1c6edb95.tar.bz2 gentoo-61a3b0fdae76ecd904049c067df8c82a1c6edb95.zip |
www-servers/lighttpd: Depend on sys-libs/gdbm:=
Closes: https://bugs.gentoo.org/746002
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Daniel M. Weeks <dan@danweeks.net>
Closes: https://github.com/gentoo/gentoo/pull/17810
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.55-r1.ebuild (renamed from www-servers/lighttpd/lighttpd-1.4.55.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.4.55.ebuild b/www-servers/lighttpd/lighttpd-1.4.55-r1.ebuild index a2bba42a2ca4..f45c8c53d89a 100644 --- a/www-servers/lighttpd/lighttpd-1.4.55.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.55-r1.ebuild @@ -24,7 +24,7 @@ COMMON_DEPEND=" bzip2? ( app-arch/bzip2 ) dbi? ( dev-db/libdbi ) fam? ( virtual/fam ) - gdbm? ( sys-libs/gdbm ) + gdbm? ( sys-libs/gdbm:= ) geoip? ( dev-libs/geoip ) ldap? ( >=net-nds/openldap-2.1.26 ) libev? ( >=dev-libs/libev-4.01 ) |