diff options
author | Devan Franchini <twitch153@gentoo.org> | 2015-04-30 22:42:32 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-04-30 22:42:32 +0000 |
commit | b833f0bb941cc3d3a834dafe1f86782a1096b863 (patch) | |
tree | 0db5b09741f2989d50ea7d9d4c2099788198ae79 /games-emulation | |
parent | Version bump; add a missing dependency, which means dropping a lot of keyword... (diff) | |
download | gentoo-2-b833f0bb941cc3d3a834dafe1f86782a1096b863.tar.gz gentoo-2-b833f0bb941cc3d3a834dafe1f86782a1096b863.tar.bz2 gentoo-2-b833f0bb941cc3d3a834dafe1f86782a1096b863.zip |
Removes unnecessary webkit USE flag dependency for wxGTK
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-4.0.2-r6.ebuild (renamed from games-emulation/dolphin/dolphin-4.0.2-r5.ebuild) | 4 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index 602e98b7edd8..b582208d36d9 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/dolphin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.34 2015/04/26 19:36:46 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.35 2015/04/30 22:42:32 twitch153 Exp $ + +*dolphin-4.0.2-r6 (30 Apr 2015) + + 30 Apr 2015; Devan Franchini <twitch153@gentoo.org> +dolphin-4.0.2-r6.ebuild, + -dolphin-4.0.2-r5.ebuild, dolphin-9999.ebuild: + Removes unnecessary webkit USE flag dependency for wxGTK *dolphin-4.0.2-r5 (26 Apr 2015) diff --git a/games-emulation/dolphin/dolphin-4.0.2-r5.ebuild b/games-emulation/dolphin/dolphin-4.0.2-r6.ebuild index c9d8f359fa3f..9ee333b36522 100644 --- a/games-emulation/dolphin/dolphin-4.0.2-r5.ebuild +++ b/games-emulation/dolphin/dolphin-4.0.2-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r5.ebuild,v 1.1 2015/04/26 19:36:46 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r6.ebuild,v 1.1 2015/04/30 22:42:32 twitch153 Exp $ EAPI=5 @@ -44,7 +44,7 @@ DEPEND="${RDEPEND} media-libs/freetype media-libs/libsoundtouch >=sys-devel/gcc-4.6.0 - x11-libs/wxGTK:${WX_GTK_VER}[webkit] + x11-libs/wxGTK:${WX_GTK_VER} " pkg_pretend() { diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index da09b8a08abc..71cd79116ce1 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.24 2015/04/26 19:36:46 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.25 2015/04/30 22:42:32 twitch153 Exp $ EAPI=5 @@ -50,7 +50,7 @@ DEPEND="${RDEPEND} media-libs/freetype media-libs/libsoundtouch >=sys-devel/gcc-4.6.0 - x11-libs/wxGTK:${WX_GTK_VER}[webkit] + x11-libs/wxGTK:${WX_GTK_VER} " pkg_pretend() { |