Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/
Date: Sun, 08 May 2022 03:10:40
Message-Id: 1651976789.b7024c72d2a42dc28e72bbf4f4a38cc4b8c06d9b.xen0n@gentoo
1 commit: b7024c72d2a42dc28e72bbf4f4a38cc4b8c06d9b
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 02:26:29 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 02:26:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7024c72
7
8 net-libs/libmicrohttpd: keyword 0.9.75 for ~loong
9
10 Tests passed on real hardware.
11
12 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
13
14 net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
18 index ab61a1435f63..44dad816e537 100644
19 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
20 +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="8"
27 @@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
28
29 LICENSE="LGPL-2.1+"
30 SLOT="0/12"
31 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
32 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
33 IUSE="+epoll ssl static-libs test +thread-names"
34 RESTRICT="!test? ( test )"