Install this version:
emerge -a =net-misc/ap-client-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/ap-client-9999
Or alternatively:
emerge --autounmask-write -a =net-misc/ap-client-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 2021-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit perl-module git-r3
DESCRIPTION="CLI-based client / toolbox for ActivityPub Client-to-Server"
HOMEPAGE="https://hacktivis.me/git/ap-client/"
EGIT_REPO_URI="https://anongit.hacktivis.me/git/ap-client.git"
LICENSE="AGPL-3"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/JSON
dev-perl/LWP-Protocol-https
"
DEPEND="
${RDEPEND}
test? ( dev-perl/Test-Output )
"
Manage flags for this package:
euse -i <flag> -p net-misc/ap-client |
euse -E <flag> -p net-misc/ap-client |
euse -D <flag> -p net-misc/ap-client
dev-perl/JSON dev-perl/LWP-Protocol-https test? ( dev-perl/Test-Output )
dev-perl/JSON dev-perl/LWP-Protocol-https