diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-10-19 14:06:04 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-10-19 14:06:56 +0200 |
commit | e5e948e7d15c423c4dbf17c8795a7d38051c7c9d (patch) | |
tree | 8846790892ca8ac06096ccd961f5c4c25e3297d7 /net-libs | |
parent | net-libs/nghttp2: Bump to version 1.46.0 (diff) | |
download | gentoo-e5e948e7d15c423c4dbf17c8795a7d38051c7c9d.tar.gz gentoo-e5e948e7d15c423c4dbf17c8795a7d38051c7c9d.tar.bz2 gentoo-e5e948e7d15c423c4dbf17c8795a7d38051c7c9d.zip |
net-libs/nghttp2: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 71186bfd3600..6d92e5272f14 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -3,7 +3,7 @@ # TODO: Add python support. -EAPI=7 +EAPI=8 inherit multilib-minimal @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="HTTP/2 C Library" @@ -71,6 +71,6 @@ multilib_src_configure() { multilib_src_install_all() { if ! use static-libs ; then - find "${ED}"/usr -name '*.la' -delete || die + find "${ED}"/usr -type f -name '*.la' -delete || die fi } |