commit: 40cd1e1305bbc6dfe82c27ad3b78f4556527a2d0 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Wed Jan 13 20:48:57 2016 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Wed Jan 13 20:49:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cd1e13
games-emulation/dolphin: Removes saving of GL external folder The GL external folder is no longer used and attempting to save it will cause a failure when running the ebuild. X-Gentoo-Bug: 571272 X-Gentoo-Bug-URL: https://bugs.gentoo.org/571272 Package-Manager: portage-2.2.24 games-emulation/dolphin/dolphin-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index c44022a..33a6bf8 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -119,18 +119,15 @@ src_prepare() { # Remove ALL the bundled libraries, aside from: # - SOIL: The sources are not public. # - Bochs-disasm: Don't know what it is. - # - GL: A custom gl.h file is used. # - 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/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 gtest Externals || die mv xxhash Externals || die }
