diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-03-18 19:11:07 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-03-18 19:11:07 +0000 |
commit | 6a66c9935cd806ed4166bee5ca74981c73233f18 (patch) | |
tree | 373534764c95fbe78b513dbfec36955fcf7491c2 /games-emulation/dolphin | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-6a66c9935cd806ed4166bee5ca74981c73233f18.tar.gz gentoo-2-6a66c9935cd806ed4166bee5ca74981c73233f18.tar.bz2 gentoo-2-6a66c9935cd806ed4166bee5ca74981c73233f18.zip |
Removes unnecessary S variable, bug #504964
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-4.0.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index bbb654cc16e7..e41e065928bc 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dolphin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.17 2014/02/17 01:49:47 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.18 2014/03/18 19:11:07 twitch153 Exp $ + + 18 Mar 2014; Devan Franchini <twitch153@gentoo.org> dolphin-4.0.ebuild: + Removes unnecessary S variable, bug #504964 17 Feb 2014; Devan Franchini <twitch153@gentoo.org> dolphin-3.5.ebuild, dolphin-4.0.ebuild: diff --git a/games-emulation/dolphin/dolphin-4.0.ebuild b/games-emulation/dolphin/dolphin-4.0.ebuild index c4029128a678..c8dbffd80a55 100644 --- a/games-emulation/dolphin/dolphin-4.0.ebuild +++ b/games-emulation/dolphin/dolphin-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.ebuild,v 1.4 2014/02/17 01:49:47 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.ebuild,v 1.5 2014/03/18 19:11:07 twitch153 Exp $ EAPI=5 @@ -46,8 +46,6 @@ DEPEND="${RDEPEND} x11-libs/wxGTK:2.9 " -S="${WORKDIR}/${PN}-emu" - pkg_pretend() { local ver=4.6.0 |