Install this version:
emerge -a =app-text/sshpaste-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/sshpaste-9999
Or alternatively:
emerge --autounmask-write -a =app-text/sshpaste-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="wgetpaste clone for pushing to your own server"
HOMEPAGE="https://hacktivis.me/git/sshpaste/"
EGIT_REPO_URI="https://anongit.hacktivis.me/git/sshpaste.git"
LICENSE="ISC"
SLOT="0"
IUSE="X"
RDEPEND="
${DEPEND}
virtual/ssh
X? ( x11-misc/xclip )
"
Manage flags for this package:
euse -i <flag> -p app-text/sshpaste |
euse -E <flag> -p app-text/sshpaste |
euse -D <flag> -p app-text/sshpaste