diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-09-20 23:50:52 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-09-20 23:50:52 +0000 |
commit | 813fcc04bf34123036812a8e0658afc0e2572e6d (patch) | |
tree | 367fcd6abe2ba33c9e76a6055360a0ad923e3c3b /games-emulation | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-813fcc04bf34123036812a8e0658afc0e2572e6d.tar.gz gentoo-2-813fcc04bf34123036812a8e0658afc0e2572e6d.tar.bz2 gentoo-2-813fcc04bf34123036812a8e0658afc0e2572e6d.zip |
Modifies location set for doicon call, bug #523282
(Portage version: 2.2.8-r1/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 9d311d6a2b17..3779fe661cdd 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.21 2014/06/30 05:39:48 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.22 2014/09/20 23:50:52 twitch153 Exp $ + + 20 Sep 2014; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: + Modifies location set for doicon call, bug #523282 30 Jun 2014; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: Adds wxGTK3.0 version dependency, bug #515688 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index cd327038b8a1..ae082361266c 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.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-9999.ebuild,v 1.13 2014/06/30 05:39:48 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.14 2014/09/20 23:50:52 twitch153 Exp $ EAPI=5 @@ -134,7 +134,7 @@ src_install() { dodoc -r docs/ActionReplay docs/DSP docs/WiiMote fi - doicon Source/Core/DolphinWX/resources/Dolphin.xpm + doicon Installer/dolphin-emu.xpm make_desktop_entry "dolphin-emu" "Dolphin" "Dolphin" "Game;" prepgamesdirs |