app-admin/pass: Apply user patches
authorDaniel Mueller <deso@posteo.net>
Thu, 14 Dec 2017 21:47:44 +0000 (13:47 -0800)
committerAaron Bauman <bman@gentoo.org>
Thu, 24 May 2018 21:17:15 +0000 (17:17 -0400)
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

app-admin/pass/pass-1.7.1.ebuild

index 710fc5a1d86dd9c3e624b734587d3c6ddce5126a..477672132803152476bb8e721109b1858b36a02d 100644 (file)
@@ -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