diff options
author | Devan Franchini <twitch153@gentoo.org> | 2016-03-05 00:48:16 -0500 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2016-03-05 00:48:16 -0500 |
commit | 4128669fc0ee4549b9ed33cbb0530bcb2881c20c (patch) | |
tree | 66d0e15089b2889d9e86a291f8586f6d9ae35efc /games-emulation | |
parent | app-misc/vit: new ebuild (diff) | |
download | gentoo-4128669fc0ee4549b9ed33cbb0530bcb2881c20c.tar.gz gentoo-4128669fc0ee4549b9ed33cbb0530bcb2881c20c.tar.bz2 gentoo-4128669fc0ee4549b9ed33cbb0530bcb2881c20c.zip |
Removes DOLPHIN_WC_REVISION, bug #576090
Package-Manager: portage-2.2.27
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 33a6bf881323..1b11576719df 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -139,7 +139,6 @@ src_configure() { fi local mycmakeargs=( - "-DDOLPHIN_WC_REVISION=${PV}" "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}" "-Dprefix=${GAMES_PREFIX}" "-Ddatadir=${GAMES_DATADIR}/${PN}" |