app-admin/pass: [QA] Port to git-r3

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
David Seifert
2017-12-25 11:49:45 +01:00
parent 0f9175e4e8
commit c8d9f5fb35
2 changed files with 3 additions and 5 deletions

View File

@@ -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
}

View File

@@ -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
}