Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/
Date: Thu, 01 Apr 2021 21:36:18
Message-Id: 1617312971.fb5977a1ac176284a8f1eb7bcd869605627a1493.whissi@gentoo
1 commit: fb5977a1ac176284a8f1eb7bcd869605627a1493
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 21:35:14 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 21:36:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5977a1
7
8 net-libs/libmicrohttpd: x86 stable (bug #778296)
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
17 index 09b440b4bf5..7f7e298b57f 100644
18 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
19 +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
21
22 LICENSE="LGPL-2.1"
23 SLOT="0/12"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
26 IUSE="+epoll ssl static-libs test thread-names"
27 RESTRICT="!test? ( test )"