diff options
author | Sam James <sam@gentoo.org> | 2024-06-30 09:32:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-30 09:32:42 +0100 |
commit | 318d4366277e272a4bacb0d7f89123399954e862 (patch) | |
tree | b516479a9b18769635302251303dc51897f25aef /www-servers/lighttpd/lighttpd-9999.ebuild | |
parent | www-servers/lighttpd: drop crypto-* flags for now (diff) | |
download | gentoo-318d4366277e272a4bacb0d7f89123399954e862.tar.gz gentoo-318d4366277e272a4bacb0d7f89123399954e862.tar.bz2 gentoo-318d4366277e272a4bacb0d7f89123399954e862.zip |
www-servers/lighttpd: add 1.4.76-r1
This has the mime-types config change and libdeflate wired up, thanks
to Glenn for doing the work in https://github.com/gentoo/gentoo/pull/36601.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers/lighttpd/lighttpd-9999.ebuild')
-rw-r--r-- | www-servers/lighttpd/lighttpd-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild b/www-servers/lighttpd/lighttpd-9999.ebuild index 95a95e50e4a8..5ee62d4b151a 100644 --- a/www-servers/lighttpd/lighttpd-9999.ebuild +++ b/www-servers/lighttpd/lighttpd-9999.ebuild @@ -17,7 +17,7 @@ else https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz verify-sig? ( https://download.lighttpd.net/lighttpd/releases-$(ver_cut 1-2).x/${P}.tar.xz.asc ) " - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="BSD GPL-2" |