Install this version:
emerge -a =net-misc/gnurl-7.72.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/gnurl-7.72.0
Or alternatively:
emerge --autounmask-write -a =net-misc/gnurl-7.72.0
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools prefix
DESCRIPTION="libgnurl is a fork of libcurl, which is mostly for GNUnet"
HOMEPAGE="https://gnunet.org/gnurl"
SRC_URI="mirror://gnu/gnunet/$P.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
net-libs/gnutls:0=
app-misc/ca-certificates
"
DEPEND="$RDEPEND
>=virtual/pkgconfig-0-r1
"
src_prepare() {
eapply_user
eprefixify gnurl-config.in
eautoreconf
}
src_configure() {
econf --enable-ipv6 --with-gnutls --without-libssh2 \
--without-libmetalink --without-winidn \
--without-librtmp --without-nghttp2 \
--without-nss --without-cyassl \
--without-polarssl --without-ssl \
--without-winssl --without-darwinssl \
--disable-sspi --disable-ntlm-wb \
--disable-ldap --disable-rtsp --disable-dict \
--disable-telnet --disable-tftp --disable-pop3 \
--disable-imap --disable-smtp --disable-gopher \
--disable-file --disable-ftp --disable-smb \
--without-libpsl \
--disable-valgrind
}
net-libs/gnutls:0= app-misc/ca-certificates >=virtual/pkgconfig-0-r1
net-libs/gnutls:0= app-misc/ca-certificates
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gnurl-7.72.0.tar.gz | 3430455 bytes | mirror://gnu/gnunet/gnurl-7.72.0.tar.gz |