Install this version:
emerge -a =net-p2p/radicle-meta-0.9.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-p2p/radicle-meta-0.9.0
Or alternatively:
emerge --autounmask-write -a =net-p2p/radicle-meta-0.9.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.0 | 8 | ~amd64 | 0 |
# Copyright 2024 Your Mom
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Radicle is an open source, peer-to-peer code collaboration stack built on Git."
HOMEPAGE="https://radicle.xyz/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+cli httpd +node +git"
RDEPEND="
cli? ( >=net-p2p/radicle-cli-${PV}:0 )
httpd? ( >=net-p2p/radicle-httpd-${PV}:0 )
node? ( >=net-p2p/radicle-node-${PV}:0 )
git? ( >=net-p2p/radicle-remote-helper-${PV}:0 )
"
Manage flags for this package:
euse -i <flag> -p net-p2p/radicle-meta |
euse -E <flag> -p net-p2p/radicle-meta |
euse -D <flag> -p net-p2p/radicle-meta
cli? ( >=net-p2p/radicle-cli-0.9.0:0 )
httpd? ( >=net-p2p/radicle-httpd-0.9.0:0 )
node? ( >=net-p2p/radicle-node-0.9.0:0 )
git? ( >=net-p2p/radicle-remote-helper-0.9.0:0 )