diff options
author | Sam James <sam@gentoo.org> | 2023-08-17 09:39:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-17 09:39:22 +0100 |
commit | f6ecbc7cd969d965b31f330a90258e7704f32f6c (patch) | |
tree | adf88ffcdc25a963a58e9cb3aa588e820c9599cd | |
parent | net-libs/libmicrohttpd: Stabilize 0.9.77 amd64, #912380 (diff) | |
download | gentoo-f6ecbc7cd969d965b31f330a90258e7704f32f6c.tar.gz gentoo-f6ecbc7cd969d965b31f330a90258e7704f32f6c.tar.bz2 gentoo-f6ecbc7cd969d965b31f330a90258e7704f32f6c.zip |
net-libs/libmicrohttpd: Stabilize 0.9.77 x86, #912380
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild index a669eda9993a..490e505c1313 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="|| ( LGPL-2.1+ !ssl? ( GPL-2+-with-eCos-exception-2 ) )" SLOT="0/12" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86" IUSE="+epoll +eventfd ssl static-libs test +thread-names" REQUIRED_USE="epoll? ( kernel_linux )" RESTRICT="!test? ( test )" |