diff options
author | Devan Franchini <twitch153@gentoo.org> | 2015-06-22 21:08:35 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-06-22 21:08:35 +0000 |
commit | 9234f1745d151eb740735e366686e0816c5a224f (patch) | |
tree | 3b4ac87455878c459f48833c4317d13c340cbbe0 /games-emulation | |
parent | Updates to git-r3 eclass (diff) | |
download | gentoo-2-9234f1745d151eb740735e366686e0816c5a224f.tar.gz gentoo-2-9234f1745d151eb740735e366686e0816c5a224f.tar.bz2 gentoo-2-9234f1745d151eb740735e366686e0816c5a224f.zip |
Updates git eclass to version r3
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index cbfabd809c3e..b0e9b5eb76d0 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dolphin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.41 2015/06/10 23:00:19 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.42 2015/06/22 21:08:35 twitch153 Exp $ + + 22 Jun 2015; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: + Updates git eclass to version r3 10 Jun 2015; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild, metadata.xml: diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 18b79227333a..f8bd9225e351 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.29 2015/06/10 23:00:19 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.30 2015/06/22 21:08:35 twitch153 Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games if [[ ${PV} == 9999* ]] then EGIT_REPO_URI="https://github.com/dolphin-emu/dolphin" - inherit git-2 + inherit git-r3 KEYWORDS="" else SRC_URI="http://${PN}-emu.googlecode.com/files/${P}-src.zip" |