summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2018-08-26 17:09:19 +0200
committerMatthias Schwarzott <zzam@gentoo.org>2018-08-26 17:10:20 +0200
commitd3500541ac6a7f684bfa78f35a5900ffa9ea60ad (patch)
tree585160e4c1f653754a8ddb9aa884c034bf4763cf /dev-util
parentwww-client/chromium: beta channel bump (69.0.3497.57) (diff)
downloadgentoo-d3500541ac6a7f684bfa78f35a5900ffa9ea60ad.tar.gz
gentoo-d3500541ac6a7f684bfa78f35a5900ffa9ea60ad.tar.bz2
gentoo-d3500541ac6a7f684bfa78f35a5900ffa9ea60ad.zip
dev-util/dwarves: Switch the live ebuild to EAPI6 and git-r3.eclass
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/dwarves/dwarves-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/dwarves/dwarves-9999.ebuild b/dev-util/dwarves/dwarves-9999.ebuild
index a82314e5ae50..247fa2819744 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/"