Install this version:
emerge -a =dev-cpp/docopt-0.6.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/docopt-0.6.3
Or alternatively:
emerge --autounmask-write -a =dev-cpp/docopt-0.6.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6.3 | 8 | ~amd64 | 0 |
EAPI=8
inherit cmake
DESCRIPTION="C++ port of dev-python/docopt"
HOMEPAGE="https://github.com/docopt/docopt.cpp"
SRC_URI="https://github.com/docopt/docopt.cpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT Boost-1.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
S=${WORKDIR}/docopt.cpp-${PV}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | docopt-0.6.3.tar.gz | 27598 bytes | https://github.com/docopt/docopt.cpp/archive/refs/tags/v0.6.3.tar.gz |