Install this version:
emerge -a =app-admin/passage-1.7.4.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/passage-1.7.4.2
Or alternatively:
emerge --autounmask-write -a =app-admin/passage-1.7.4.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.7.4.2 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PV="$(ver_rs 3 a)"
DESCRIPTION="A fork of password-store using age as encryption backend"
HOMEPAGE="https://github.com/FiloSottile/passage"
SRC_URI="https://github.com/FiloSottile/${PN}/archive/refs/tags/${MY_PV}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="wayland git"
RDEPEND="
app-crypt/age
app-shells/bash
>=app-text/tree-1.7.0
sys-apps/coreutils
wayland? ( gui-apps/wl-clipboard )
git? ( dev-vcs/git )
"
src_install() {
default
doman "${FILESDIR}/passage.1"
}
Manage flags for this package:
euse -i <flag> -p app-admin/passage |
euse -E <flag> -p app-admin/passage |
euse -D <flag> -p app-admin/passage
app-crypt/age app-shells/bash >=app-text/tree-1.7.0 sys-apps/coreutils wayland? ( gui-apps/wl-clipboard ) git? ( dev-vcs/git )