summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-06-06 04:39:21 +0000
committerDevan Franchini <twitch153@gentoo.org>2015-06-06 04:39:21 +0000
commit82399e47463eaba7cf620c0b2824eb6109c19c2f (patch)
tree68089860d117ef3e506a57e14e6e79381d41a563 /games-emulation
parentVersion bump. (diff)
downloadgentoo-2-82399e47463eaba7cf620c0b2824eb6109c19c2f.tar.gz
gentoo-2-82399e47463eaba7cf620c0b2824eb6109c19c2f.tar.bz2
gentoo-2-82399e47463eaba7cf620c0b2824eb6109c19c2f.zip
Adds >net-libs/enet-1.3.7 as a dependency, bug #550850
(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/ChangeLog5
-rw-r--r--games-emulation/dolphin/dolphin-9999.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog
index 6390f6cf5712..750651e82c63 100644
--- a/games-emulation/dolphin/ChangeLog
+++ b/games-emulation/dolphin/ChangeLog
@@ -1,6 +1,9 @@
# 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.38 2015/06/06 03:31:28 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.39 2015/06/06 04:39:21 twitch153 Exp $
+
+ 06 Jun 2015; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild:
+ Adds >net-libs/enet-1.3.7 as a dependency, bug #550850
06 Jun 2015; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild:
Changes required gcc version to >=4.9.0
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
index 3bbfa10cd103..f97944d4f531 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.26 2015/06/06 03:31:28 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.27 2015/06/06 04:39:21 twitch153 Exp $
EAPI=5
@@ -49,6 +49,7 @@ DEPEND="${RDEPEND}
media-gfx/nvidia-cg-toolkit
media-libs/freetype
media-libs/libsoundtouch
+ >net-libs/enet-1.3.7
>=sys-devel/gcc-4.9.0
x11-libs/wxGTK:${WX_GTK_VER}
"
@@ -93,20 +94,17 @@ src_prepare() {
# - SOIL: The sources are not public.
# - Bochs-disasm: Don't know what it is.
# - GL: A custom gl.h file is used.
- # - enet: Not fully supported yet.
# - gtest: Their build set up solely relies on the build in gtest.
# - xxhash: Not on the tree.
mv Externals/SOIL . || die
mv Externals/Bochs_disasm . || die
mv Externals/GL . || die
- mv Externals/enet . || die
mv Externals/gtest . || die
mv Externals/xxhash . || die
rm -r Externals/* || die "Failed to delete Externals dir."
mv Bochs_disasm Externals || die
mv SOIL Externals || die
mv GL Externals || die
- mv enet Externals || die
mv gtest Externals || die
mv xxhash Externals || die
}