Install this version:
emerge -a =app-benchmarks/httperf-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-benchmarks/httperf-9999
Or alternatively:
emerge --autounmask-write -a =app-benchmarks/httperf-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | amd64 ~mips x86 ~amd64-linux ~x64-macos | 0 |
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="A tool from HP for measuring web server performance"
HOMEPAGE="https://github.com/httperf/httperf"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/httperf/${PN}.git"
else
SRC_URI="http://httperf.googlecode.com/files/${P}.tar.gz"
KEYWORDS="amd64 ~mips x86 ~amd64-linux ~x64-macos"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE="debug"
RDEPEND="dev-libs/openssl:0="
DEPEND="${RDEPEND}"
DOCS=( AUTHORS ChangeLog NEWS README.md TODO )
src_prepare() {
default
eautoreconf
}
Manage flags for this package:
euse -i <flag> -p app-benchmarks/httperf |
euse -E <flag> -p app-benchmarks/httperf |
euse -D <flag> -p app-benchmarks/httperf
dev-libs/openssl:0=
dev-libs/openssl:0=