Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/
Date: Thu, 07 Jan 2021 19:39:23
Message-Id: 1610048350.d41a0b6246b9a95f64867eef21f7e94d78a3054f.sam@gentoo
1 commit: d41a0b6246b9a95f64867eef21f7e94d78a3054f
2 Author: Karlson2k (Evgeny Grin) <k2k <AT> narod <DOT> ru>
3 AuthorDate: Thu Jan 7 19:31:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 19:39:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41a0b62
7
8 net-libs/libmicrohttpd: restored accidentally dropped ~riscv
9
10 ~riscv was dropped accidentally with bump to v0.9.72.
11 This patch restores it back.
12
13 Closes: https://bugs.gentoo.org/764020
14 Signed-off-by: Karlson2k (Evgeny Grin) <k2k <AT> narod.ru>
15 Closes: https://github.com/gentoo/gentoo/pull/18986
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
22 index c75cdb3d919..b8e3599fc5f 100644
23 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
24 +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0/12"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
31 IUSE="+epoll ssl static-libs test thread-names"
32 RESTRICT="!test? ( test )"