Install this version:
emerge -a =net-print/sshlpr-1-r2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-print/sshlpr-1-r2
Or alternatively:
emerge --autounmask-write -a =net-print/sshlpr-1-r2
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="ssh-lpr backend for cups -- print to remote systems over ssh"
HOMEPAGE="http://www.masella.name/technical/sshlpr.html"
SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.gz"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="net-print/cups"
RDEPEND="${DEPEND}
sys-apps/shadow
virtual/openssh
"
src_install() {
exeinto $(cups-config --serverbin)/backend
exeopts -m0700
doexe ${PN}
}
net-print/cups
net-print/cups sys-apps/shadow virtual/openssh