Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/
Date: Tue, 28 Jun 2022 19:09:59
Message-Id: 1656443386.691e421a0493efdc5b58133d92bcbf4b61f5c869.arthurzam@gentoo
1 commit: 691e421a0493efdc5b58133d92bcbf4b61f5c869
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:09:46 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 19:09:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691e421a
7
8 net-libs/libmicrohttpd: Stabilize 0.9.75 sparc, #854309
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
16 index f7c251600f8a..243eae4d18ea 100644
17 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
18 +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
19 @@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
20
21 LICENSE="LGPL-2.1+"
22 SLOT="0/12"
23 -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
24 +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
25 IUSE="+epoll ssl static-libs test +thread-names"
26 RESTRICT="!test? ( test )"