Install this version:
emerge -a =net-libs/libcurve-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-libs/libcurve-9999
Or alternatively:
emerge --autounmask-write -a =net-libs/libcurve-9999
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools git-r3
DESCRIPTION="An encryption and authentication library for ZeroMQ applications"
HOMEPAGE="http://curvezmq.org"
EGIT_REPO_URI="https://github.com/zeromq/libcurve"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
DEPEND="
dev-libs/libsodium
net-libs/zeromq
net-libs/czmq
"
RDEPEND="${DEPEND}"
src_prepare() {
eapply_user
eautoreconf
}
dev-libs/libsodium net-libs/zeromq net-libs/czmq
dev-libs/libsodium net-libs/zeromq net-libs/czmq