commit: 61a3b0fdae76ecd904049c067df8c82a1c6edb95 Author: Daniel M. Weeks <dan <AT> danweeks <DOT> net> AuthorDate: Mon Oct 5 21:39:04 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Oct 12 09:05:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a3b0fd
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 <AT> danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/17810 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../lighttpd/{lighttpd-1.4.55.ebuild => lighttpd-1.4.55-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/lighttpd/lighttpd-1.4.55.ebuild b/www-servers/lighttpd/lighttpd-1.4.55-r1.ebuild similarity index 99% rename from www-servers/lighttpd/lighttpd-1.4.55.ebuild rename to www-servers/lighttpd/lighttpd-1.4.55-r1.ebuild index a2bba42a2ca..f45c8c53d89 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 )
