sys-devel/libtool: git-2->git-r3
authorMarty E. Plummer <hanetzer@startmail.com>
Fri, 27 Apr 2018 10:23:05 +0000 (05:23 -0500)
committerMike Gilbert <floppym@gentoo.org>
Fri, 18 May 2018 15:59:13 +0000 (11:59 -0400)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

sys-devel/libtool/libtool-2.4.6-r3.ebuild
sys-devel/libtool/libtool-2.4.6-r4.ebuild

index 2fb5d7bc99ca9d1dcabd2f690401a983dd607b47..142f81d011b3fec4f0007c6299b18647174825e9 100644 (file)
@@ -10,7 +10,7 @@ inherit autotools epatch epunt-cxx multilib unpacker
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git
                http://git.savannah.gnu.org/r/${PN}.git"
-       inherit git-2
+       inherit git-r3
 else
        SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
        KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
@@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
 
 src_unpack() {
        if [[ ${PV} == "9999" ]] ; then
-               git-2_src_unpack
+               git-r3_src_unpack
                cd "${S}"
                ./bootstrap || die
        else
index 55c2dc0ce40f2d5425cc4955181baf74e420357a..d571f421d723712e077896f91c67dc39175d4660 100644 (file)
@@ -10,7 +10,7 @@ inherit autotools epatch epunt-cxx multilib unpacker prefix
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git
                http://git.savannah.gnu.org/r/${PN}.git"
-       inherit git-2
+       inherit git-r3
 else
        SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
@@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
 
 src_unpack() {
        if [[ ${PV} == "9999" ]] ; then
-               git-2_src_unpack
+               git-r3_src_unpack
                cd "${S}"
                ./bootstrap || die
        else