commit:     5e6c93c93f21a3b3a50c9a982cd53b3ea5c85103
Author:     Jan Psota <jasiupsota <AT> gmail <DOT> com>
AuthorDate: Sun Jun 19 06:54:33 2016 +0000
Commit:     Jan Psota <jasiupsota <AT> gmail <DOT> com>
CommitDate: Sun Jun 19 06:54:33 2016 +0000
URL:        
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=5e6c93c9

x11-libs/libfm-9999     EAPI update

 x11-libs/libfm/libfm-9999.ebuild     | 5 +++--
 x11-misc/pcmanfm/pcmanfm-9999.ebuild | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild
index 0e4213e..e705cf4 100644
--- a/x11-libs/libfm/libfm-9999.ebuild
+++ b/x11-libs/libfm/libfm-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit autotools fdo-mime git-r3 vala
 
@@ -40,7 +40,7 @@ DOCS=( AUTHORS TODO )
 REQUIRED_USE="udisks? ( automount ) doc? ( gtk )"
 
 src_prepare() {
-       epatch "${FILESDIR}/libfm-eacces.patch"
+       eapply ${FILESDIR}/libfm-eacces.patch
 
        if ! use doc; then
                sed -ie '/^SUBDIR.*=/s#docs##' "${S}"/Makefile.am || die "sed 
failed"
@@ -75,6 +75,7 @@ src_prepare() {
        eautoreconf
        rm -r autom4te.cache || die
        use vala && export VALAC="$(type -p valac-$(vala_best_api_version))"
+       default
 }
 
 src_configure() {

diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild 
b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
index 02eaa1c..35b8eee 100644
--- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild
+++ b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
        eautoreconf
        export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
        l10n_get_locales > "${S}"/po/LINGUAS
-       epatch_user
+       eapply_user
 }
 
 src_configure() {

Reply via email to