From 6a66c9935cd806ed4166bee5ca74981c73233f18 Mon Sep 17 00:00:00 2001 From: Devan Franchini Date: Tue, 18 Mar 2014 19:11:07 +0000 Subject: Removes unnecessary S variable, bug #504964 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF) --- games-emulation/dolphin/ChangeLog | 5 ++++- games-emulation/dolphin/dolphin-4.0.ebuild | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'games-emulation/dolphin') 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 dolphin-4.0.ebuild: + Removes unnecessary S variable, bug #504964 17 Feb 2014; Devan Franchini 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 -- cgit v1.2.3-65-gdbad