From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F5521382C5 for ; Fri, 18 May 2018 16:01:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A838CE09D1; Fri, 18 May 2018 16:01:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84473E09D1 for ; Fri, 18 May 2018 16:01:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EDDA335C77 for ; Fri, 18 May 2018 16:01:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68D262A5 for ; Fri, 18 May 2018 16:01:03 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1526659153.d8e4330ff0a0d5f6af8f8b0e8f9d417fea8141c1.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/libtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/libtool/libtool-2.4.6-r3.ebuild sys-devel/libtool/libtool-2.4.6-r4.ebuild X-VCS-Directories: sys-devel/libtool/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d8e4330ff0a0d5f6af8f8b0e8f9d417fea8141c1 X-VCS-Branch: master Date: Fri, 18 May 2018 16:01:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c5c120ca-36a0-4aec-973f-6d490928b7b8 X-Archives-Hash: e11448dd279ef8025dfe728647fe84d9 commit: d8e4330ff0a0d5f6af8f8b0e8f9d417fea8141c1 Author: Marty E. Plummer startmail com> AuthorDate: Fri Apr 27 10:23:05 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri May 18 15:59:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e4330f sys-devel/libtool: git-2->git-r3 Package-Manager: Portage-2.3.31, Repoman-2.3.9 sys-devel/libtool/libtool-2.4.6-r3.ebuild | 4 ++-- sys-devel/libtool/libtool-2.4.6-r4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/libtool/libtool-2.4.6-r3.ebuild b/sys-devel/libtool/libtool-2.4.6-r3.ebuild index 2fb5d7bc99c..142f81d011b 100644 --- a/sys-devel/libtool/libtool-2.4.6-r3.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r3.ebuild @@ -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 diff --git a/sys-devel/libtool/libtool-2.4.6-r4.ebuild b/sys-devel/libtool/libtool-2.4.6-r4.ebuild index 55c2dc0ce40..d571f421d72 100644 --- a/sys-devel/libtool/libtool-2.4.6-r4.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r4.ebuild @@ -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