diff options
author | Daniel Mueller <deso@posteo.net> | 2017-12-14 13:47:44 -0800 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-24 17:17:15 -0400 |
commit | 12c6a016b19d4aa539bcea43702f3cda97cab2d3 (patch) | |
tree | 0ae1f878a21cbd3cd6c639b9b74f2a0a57854836 /app-admin/pass | |
parent | x11-misc/gmrun: Add 0.9.2-r2 w/ gcc-6 pie patch (diff) | |
download | gentoo-12c6a016b19d4aa539bcea43702f3cda97cab2d3.tar.gz gentoo-12c6a016b19d4aa539bcea43702f3cda97cab2d3.tar.bz2 gentoo-12c6a016b19d4aa539bcea43702f3cda97cab2d3.zip |
app-admin/pass: Apply user patches
The app-admin/pass ebuild does not apply any user patches currently.
This change bumps the EAPI to version 6 and causes the ebuild to invoke
default (and with that eapply_user) in the src_prepare phase, fixing
this behavior.
Closes: https://github.com/gentoo/gentoo/pull/6549
Diffstat (limited to 'app-admin/pass')
-rw-r--r-- | app-admin/pass/pass-1.7.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/pass/pass-1.7.1.ebuild b/app-admin/pass/pass-1.7.1.ebuild index 710fc5a1d86d..477672132803 100644 --- a/app-admin/pass/pass-1.7.1.ebuild +++ b/app-admin/pass/pass-1.7.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit bash-completion-r1 elisp-common @@ -30,6 +30,8 @@ RDEPEND=" S="${WORKDIR}/password-store-${PV}" src_prepare() { + default + use elibc_Darwin || return # use coreutils' sed -i -e 's/openssl base64/base64/g' src/platform/darwin.sh || die |