sys-apps/install-xattr: fix bug #581552
authorAnthony G. Basile <blueness@gentoo.org>
Fri, 29 Apr 2016 16:32:09 +0000 (12:32 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 29 Apr 2016 16:32:51 +0000 (12:32 -0400)
Package-Manager: portage-2.2.26

sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
sys-apps/install-xattr/install-xattr-9999.ebuild

index 3e98386cc75b26d5ad7f42cf98fd3dec6066d551..027f7eecac1e80f11a3f00eecbaa2e8c4626d25a 100644 (file)
@@ -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() {
index d64e0c47d61918b45f331a0c8ea72cd3f85646c7..027f7eecac1e80f11a3f00eecbaa2e8c4626d25a 100644 (file)
@@ -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() {