Gentoo Archives: gentoo-commits

From: Matthias Schwarzott <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dwarves/
Date: Sun, 26 Aug 2018 15:11:00
Message-Id: 1535296220.d3500541ac6a7f684bfa78f35a5900ffa9ea60ad.zzam@gentoo
1 commit: d3500541ac6a7f684bfa78f35a5900ffa9ea60ad
2 Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 15:09:19 2018 +0000
4 Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 15:10:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3500541
7
8 dev-util/dwarves: Switch the live ebuild to EAPI6 and git-r3.eclass
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-util/dwarves/dwarves-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-util/dwarves/dwarves-9999.ebuild b/dev-util/dwarves/dwarves-9999.ebuild
16 index a82314e5ae5..247fa281974 100644
17 --- a/dev-util/dwarves/dwarves-9999.ebuild
18 +++ b/dev-util/dwarves/dwarves-9999.ebuild
19 @@ -1,12 +1,12 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=6
26
27 -EGIT_REPO_URI="git://git.kernel.org/pub/scm/devel/pahole/pahole.git"
28 +EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/pahole/pahole.git"
29
30 PYTHON_COMPAT=( python2_7 )
31 -inherit multilib cmake-utils git-2 python-single-r1
32 +inherit multilib cmake-utils git-r3 python-single-r1
33
34 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
35 HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/"