diff options
author | Karlson2k (Evgeny Grin) <k2k@narod.ru> | 2024-05-22 11:20:38 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-22 18:07:58 +0100 |
commit | 23f1ae4b297222620b6ba3ef6b7383838950239f (patch) | |
tree | 17e4a2c830dd9fcf29145ea33bec1cfd050d21b9 /net-libs | |
parent | net-libs/libmicrohttpd: crank copyright (diff) | |
download | gentoo-23f1ae4b297222620b6ba3ef6b7383838950239f.tar.gz gentoo-23f1ae4b297222620b6ba3ef6b7383838950239f.tar.bz2 gentoo-23f1ae4b297222620b6ba3ef6b7383838950239f.zip |
net-libs/libmicrohttpd: fix ebuild file
'verify-sig' was added accidentally and non-functional currently.
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/36768
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libmicrohttpd/libmicrohttpd-1.0.1.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-1.0.1.ebuild index 149b791325ff..ae6f6ca11cda 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-1.0.1.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-1.0.1.ebuild @@ -15,7 +15,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" -IUSE="debug +epoll +eventfd ssl static-libs test +thread-names verify-sig" +IUSE="debug +epoll +eventfd ssl static-libs test +thread-names" REQUIRED_USE="epoll? ( kernel_linux )" RESTRICT="!test? ( test )" |