diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 12:45:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 12:45:04 +0000 |
commit | 34dc4a60ddb62fcd1c0adc68c7d8d53b8c494420 (patch) | |
tree | 5dc2a7df6f6a520852483c391fd1a04417418baf /dev-util/dwarves/dwarves-9999.ebuild | |
parent | dev-libs/quazip: Fix compilation against zlib-1.2.5.1-r1 (bug #383309) (diff) | |
download | gentoo-2-34dc4a60ddb62fcd1c0adc68c7d8d53b8c494420.tar.gz gentoo-2-34dc4a60ddb62fcd1c0adc68c7d8d53b8c494420.tar.bz2 gentoo-2-34dc4a60ddb62fcd1c0adc68c7d8d53b8c494420.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/dwarves/dwarves-9999.ebuild')
-rw-r--r-- | dev-util/dwarves/dwarves-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/dwarves/dwarves-9999.ebuild b/dev-util/dwarves/dwarves-9999.ebuild index a80a3cbd53f5..90fc90a6024d 100644 --- a/dev-util/dwarves/dwarves-9999.ebuild +++ b/dev-util/dwarves/dwarves-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild,v 1.6 2011/03/20 21:58:45 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild,v 1.7 2011/09/21 12:45:04 mgorny Exp $ EAPI=4 EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/acme/pahole.git" -inherit multilib cmake-utils git +inherit multilib cmake-utils git-2 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary" |