Install this version:
emerge -a =net-analyzer/plecost-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/plecost-9999
Or alternatively:
emerge --autounmask-write -a =net-analyzer/plecost-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
#Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit git-r3 distutils-r1
DESCRIPTION="Wordpress finger printing tool, retrieve information about the plugins and versions installed"
HOMEPAGE="http://www.iniqua.com/labs/plecost/"
EGIT_REPO_URI="https://github.com/iniqua/plecost.git"
EGIT_BRANCH="develop"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
dev-python/beautifulsoup4[] dev-python/aiohttp[] dev-python/termcolor[] dev-python/chardet[]
dev-python/beautifulsoup4[] dev-python/aiohttp[] dev-python/termcolor[] dev-python/chardet[]