diff options
author | Karlson2k (Evgeny Grin) <k2k@narod.ru> | 2021-01-07 22:31:11 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 19:39:10 +0000 |
commit | d41a0b6246b9a95f64867eef21f7e94d78a3054f (patch) | |
tree | 74bd77a5bd5165a4abe64767abfe059947cd2f47 /net-libs | |
parent | media-sound/mpc: Stabilize 0.33 ppc64, #763411 (diff) | |
download | gentoo-d41a0b6246b9a95f64867eef21f7e94d78a3054f.tar.gz gentoo-d41a0b6246b9a95f64867eef21f7e94d78a3054f.tar.bz2 gentoo-d41a0b6246b9a95f64867eef21f7e94d78a3054f.zip |
net-libs/libmicrohttpd: restored accidentally dropped ~riscv
~riscv was dropped accidentally with bump to v0.9.72.
This patch restores it back.
Closes: https://bugs.gentoo.org/764020
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/18986
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild index c75cdb3d9195..b8e3599fc5f8 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/12" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="+epoll ssl static-libs test thread-names" RESTRICT="!test? ( test )" |