diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-01-24 17:23:50 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-01-24 17:23:50 +0000 |
commit | 2543b85c974d54543714717043860b97a5887e1d (patch) | |
tree | 7ef6eb0f51081ab837e0fec133a7f9cceacbf1bf /games-emulation/dolphin | |
parent | Version bump. (diff) | |
download | gentoo-2-2543b85c974d54543714717043860b97a5887e1d.tar.gz gentoo-2-2543b85c974d54543714717043860b97a5887e1d.tar.bz2 gentoo-2-2543b85c974d54543714717043860b97a5887e1d.zip |
Removes deletion of CLRun dir, and updates dependency for glew
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 11 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index 0c650f9b737e..139610c6df15 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dolphin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.13 2013/11/17 22:38:30 twitch153 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.14 2014/01/24 17:23:50 twitch153 Exp $ + + 24 Jan 2014; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: + Removes deletion of CLRun dir, and updates dependency for glew 17 Nov 2013; Devan Franchini <twitch153@gentoo.org> dolphin-3.5.ebuild, dolphin-4.0.ebuild, dolphin-9999.ebuild: diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index e132c04beeba..f86587a3730b 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.8 2013/11/17 22:38:30 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.9 2014/01/24 17:23:50 twitch153 Exp $ EAPI=5 @@ -25,7 +25,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio pulseaudio" -RDEPEND=">=media-libs/glew-1.6 +RDEPEND=">=media-libs/glew-1.10 >=media-libs/libsdl-1.2[joystick] <media-libs/libsfml-2.0 >=net-libs/miniupnpc-1.8 @@ -90,13 +90,10 @@ src_prepare() { # Remove ALL the bundled libraries, aside from: # - SOIL: The sources are not public. # - Bochs-disasm: Don't know what it is. - # - CLRun: Part of OpenCL mv Externals/SOIL . || die mv Externals/Bochs_disasm . || die - mv Externals/CLRun . || die mv Externals/polarssl . || die - rm -r Externals/* || die - mv CLRun Externals || die + rm -r Externals/* || die "Failed to delete Externals dir." mv Bochs_disasm Externals || die mv SOIL Externals || die mv polarssl Externals || die |