diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-06-30 05:39:48 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-06-30 05:39:48 +0000 |
commit | 411a02c37f951f3c3b92756ff14b190312d75210 (patch) | |
tree | 3591aa52412e297f057270a046d95b075a08157f /games-emulation/dolphin | |
parent | Depend on setuptools. (diff) | |
download | gentoo-2-411a02c37f951f3c3b92756ff14b190312d75210.tar.gz gentoo-2-411a02c37f951f3c3b92756ff14b190312d75210.tar.bz2 gentoo-2-411a02c37f951f3c3b92756ff14b190312d75210.zip |
Adds wxGTK3.0 version dependency, bug #515688
(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-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index 760a4bc864b0..9d311d6a2b17 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.20 2014/05/04 21:47:04 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.21 2014/06/30 05:39:48 twitch153 Exp $ + + 30 Jun 2014; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: + Adds wxGTK3.0 version dependency, bug #515688 *dolphin-4.0.2 (04 May 2014) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 122c9832c74f..cd327038b8a1 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,10 +1,10 @@ # 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.12 2014/03/19 03:06:38 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.13 2014/06/30 05:39:48 twitch153 Exp $ EAPI=5 -WX_GTK_VER="2.9" +WX_GTK_VER="3.0" inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games @@ -48,7 +48,7 @@ DEPEND="${RDEPEND} media-libs/freetype media-libs/libsoundtouch >=sys-devel/gcc-4.6.0 - x11-libs/wxGTK:2.9 + x11-libs/wxGTK:${WX_GTK_VER} " pkg_pretend() { |