commit:     7bd9362ed4933d83eaad0c20c44fd3f0cf3af77d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 16:32:09 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 16:32:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd9362e

sys-apps/install-xattr: fix bug #581552

Package-Manager: portage-2.2.26

 sys-apps/install-xattr/install-xattr-0.5-r1.ebuild | 3 ++-
 sys-apps/install-xattr/install-xattr-9999.ebuild   | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild 
b/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
index 3e98386..027f7ee 100644
--- a/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
+++ b/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs
 
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-       inherit git-2
+       inherit git-r3
 else
        SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2";
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
@@ -23,6 +23,7 @@ SLOT="0"
 
 src_prepare() {
        tc-export CC
+       eapply_user
 }
 
 src_compile() {

diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild 
b/sys-apps/install-xattr/install-xattr-9999.ebuild
index d64e0c4..027f7ee 100644
--- a/sys-apps/install-xattr/install-xattr-9999.ebuild
+++ b/sys-apps/install-xattr/install-xattr-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended 
Attributes"
 HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/";
@@ -11,7 +11,7 @@ inherit toolchain-funcs
 
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-       inherit git-2
+       inherit git-r3
 else
        SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2";
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
@@ -23,6 +23,7 @@ SLOT="0"
 
 src_prepare() {
        tc-export CC
+       eapply_user
 }
 
 src_compile() {

Reply via email to