Install this version:
emerge -a =net-misc/mcrouter-0.41.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/mcrouter-0.41.0
Or alternatively:
emerge --autounmask-write -a =net-misc/mcrouter-0.41.0
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit eutils autotools
DESCRIPTION="Mcrouter is a memcached protocol router for scaling memcached deployments."
HOMEPAGE="https://github.com/facebook/mcrouter"
SRC_URI="https://github.com/facebook/mcrouter/archive/v${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
net-misc/memcached
dev-libs/double-conversion
dev-cpp/gflags
dev-cpp/glog"
RDEPEND="${DEPEND}"
S=${S}/mcrouter
src_prepare() {
eautoreconf
}
net-misc/memcached dev-libs/double-conversion dev-cpp/gflags dev-cpp/glog
net-misc/memcached dev-libs/double-conversion dev-cpp/gflags dev-cpp/glog
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | v0.41.0.tar.gz | 2059549 bytes | https://github.com/facebook/mcrouter/archive/v0.41.0.tar.gz |