mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
app-admin/pass: [QA] Port to git-r3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -67,7 +67,7 @@ pkg_postinst() {
|
||||
if use importers; then
|
||||
einfo "To import passwords from other password managers, you may use the"
|
||||
einfo "various importer scripts found in:"
|
||||
einfo " ${ROOT}usr/share/${PN}/importers/"
|
||||
einfo " ${EROOT%/}/usr/share/${PN}/importers/"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit bash-completion-r1 git-2 elisp-common
|
||||
inherit bash-completion-r1 git-r3 elisp-common
|
||||
|
||||
DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely"
|
||||
HOMEPAGE="https://www.passwordstore.org/"
|
||||
@@ -27,8 +27,6 @@ RDEPEND="
|
||||
emacs? ( virtual/emacs )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/password-store-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
use elibc_Darwin || return
|
||||
# use coreutils'
|
||||
@@ -67,7 +65,7 @@ pkg_postinst() {
|
||||
if use importers; then
|
||||
einfo "To import passwords from other password managers, you may use the"
|
||||
einfo "various importer scripts found in:"
|
||||
einfo " ${ROOT}usr/share/${PN}/importers/"
|
||||
einfo " ${EROOT%/}/usr/share/${PN}/importers/"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user