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 95F3C138334 for ; Fri, 8 Jun 2018 20:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 757FCE0922; Fri, 8 Jun 2018 20:54:33 +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 484FBE0932 for ; Fri, 8 Jun 2018 20:54:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 82B4A335C8D for ; Fri, 8 Jun 2018 20:54:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE52C75 for ; Fri, 8 Jun 2018 20:54:29 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1528491264.d7d56584a05534f4ecdc5eee05f1870c25fa2554.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gdb/gdb-7.10.1.ebuild sys-devel/gdb/gdb-7.12.1.ebuild sys-devel/gdb/gdb-7.9.1.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d7d56584a05534f4ecdc5eee05f1870c25fa2554 X-VCS-Branch: master Date: Fri, 8 Jun 2018 20:54:29 +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: a4c7a46f-c3ef-4631-a756-a68e08cf8589 X-Archives-Hash: 7d3ac2391e426ea7d59dbf1bc5f89dc3 commit: d7d56584a05534f4ecdc5eee05f1870c25fa2554 Author: Marty E. Plummer startmail com> AuthorDate: Fri Jun 1 15:06:52 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jun 8 20:54:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d56584 sys-devel/gdb: git-2->git-r3 Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8169 sys-devel/gdb/gdb-7.10.1.ebuild | 4 ++-- sys-devel/gdb/gdb-7.12.1.ebuild | 2 +- sys-devel/gdb/gdb-7.9.1.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild index c662f0cffde..d0cc28e0e10 100644 --- a/sys-devel/gdb/gdb-7.10.1.ebuild +++ b/sys-devel/gdb/gdb-7.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -20,7 +20,7 @@ case ${PV} in 9999*) # live git tree EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" - inherit git-2 + inherit git-r3 SRC_URI="" ;; *.*.50.2???????) diff --git a/sys-devel/gdb/gdb-7.12.1.ebuild b/sys-devel/gdb/gdb-7.12.1.ebuild index 6b6a04e9def..a1863b60ff0 100644 --- a/sys-devel/gdb/gdb-7.12.1.ebuild +++ b/sys-devel/gdb/gdb-7.12.1.ebuild @@ -20,7 +20,7 @@ case ${PV} in 9999*) # live git tree EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" - inherit git-2 + inherit git-r3 SRC_URI="" ;; *.*.50.2???????) diff --git a/sys-devel/gdb/gdb-7.9.1.ebuild b/sys-devel/gdb/gdb-7.9.1.ebuild index f2d998373a9..0e9d8fdb970 100644 --- a/sys-devel/gdb/gdb-7.9.1.ebuild +++ b/sys-devel/gdb/gdb-7.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -20,7 +20,7 @@ case ${PV} in 9999*) # live git tree EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" - inherit git-2 + inherit git-r3 SRC_URI="" ;; *.*.50.2???????)