Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Tue, 19 Oct 2021 12:07:11
Message-Id: 1634645216.e5e948e7d15c423c4dbf17c8795a7d38051c7c9d.polynomial-c@gentoo
1 commit: e5e948e7d15c423c4dbf17c8795a7d38051c7c9d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 19 12:06:04 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 19 12:06:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e948e7
7
8 net-libs/nghttp2: Synced live ebuild
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 net-libs/nghttp2/nghttp2-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
16 index 71186bfd360..6d92e5272f1 100644
17 --- a/net-libs/nghttp2/nghttp2-9999.ebuild
18 +++ b/net-libs/nghttp2/nghttp2-9999.ebuild
19 @@ -3,7 +3,7 @@
20
21 # TODO: Add python support.
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit multilib-minimal
27
28 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
29 inherit autotools git-r3
30 else
31 SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
32 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
33 + 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"
34 fi
35
36 DESCRIPTION="HTTP/2 C Library"
37 @@ -71,6 +71,6 @@ multilib_src_configure() {
38
39 multilib_src_install_all() {
40 if ! use static-libs ; then
41 - find "${ED}"/usr -name '*.la' -delete || die
42 + find "${ED}"/usr -type f -name '*.la' -delete || die
43 fi
44 }