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 C6646138334 for ; Sun, 26 Aug 2018 15:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97374E0887; Sun, 26 Aug 2018 15:10:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 73E3FE0887 for ; Sun, 26 Aug 2018 15:10:59 +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 2EC16335C9B for ; Sun, 26 Aug 2018 15:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3943839D for ; Sun, 26 Aug 2018 15:10:56 +0000 (UTC) From: "Matthias Schwarzott" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Schwarzott" Message-ID: <1535296220.d3500541ac6a7f684bfa78f35a5900ffa9ea60ad.zzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dwarves/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dwarves/dwarves-9999.ebuild X-VCS-Directories: dev-util/dwarves/ X-VCS-Committer: zzam X-VCS-Committer-Name: Matthias Schwarzott X-VCS-Revision: d3500541ac6a7f684bfa78f35a5900ffa9ea60ad X-VCS-Branch: master Date: Sun, 26 Aug 2018 15:10:56 +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: 2cfa18cc-d3f1-451b-af65-e55ba7cde41a X-Archives-Hash: 728bdaabc4e912a89eeb9512bc60c0a3 commit: d3500541ac6a7f684bfa78f35a5900ffa9ea60ad Author: Matthias Schwarzott gentoo org> AuthorDate: Sun Aug 26 15:09:19 2018 +0000 Commit: Matthias Schwarzott gentoo org> CommitDate: Sun Aug 26 15:10:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3500541 dev-util/dwarves: Switch the live ebuild to EAPI6 and git-r3.eclass Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-util/dwarves/dwarves-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/dwarves/dwarves-9999.ebuild b/dev-util/dwarves/dwarves-9999.ebuild index a82314e5ae5..247fa281974 100644 --- a/dev-util/dwarves/dwarves-9999.ebuild +++ b/dev-util/dwarves/dwarves-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -EGIT_REPO_URI="git://git.kernel.org/pub/scm/devel/pahole/pahole.git" +EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/pahole/pahole.git" PYTHON_COMPAT=( python2_7 ) -inherit multilib cmake-utils git-2 python-single-r1 +inherit multilib cmake-utils git-r3 python-single-r1 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/"