diff options
author | Sam James <sam@gentoo.org> | 2023-08-17 09:39:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-17 09:39:21 +0100 |
commit | 434dce6beee2e3086c14524718f041e63949ae63 (patch) | |
tree | 7e3a12a1fdeaefe5ade19f08193065750aeeb7ae /net-libs | |
parent | net-libs/libmicrohttpd: Stabilize 0.9.77 arm64, #912380 (diff) | |
download | gentoo-434dce6beee2e3086c14524718f041e63949ae63.tar.gz gentoo-434dce6beee2e3086c14524718f041e63949ae63.tar.bz2 gentoo-434dce6beee2e3086c14524718f041e63949ae63.zip |
net-libs/libmicrohttpd: Stabilize 0.9.77 amd64, #912380
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-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 3cf9b7c20148..a669eda9993a 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 )" |