Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/
Date: Sun, 06 Mar 2016 11:04:41
Message-Id: 1457156896.4128669fc0ee4549b9ed33cbb0530bcb2881c20c.twitch153@gentoo
1 commit: 4128669fc0ee4549b9ed33cbb0530bcb2881c20c
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 5 05:48:16 2016 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 5 05:48:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4128669f
7
8 Removes DOLPHIN_WC_REVISION, bug #576090
9
10 Package-Manager: portage-2.2.27
11
12 games-emulation/dolphin/dolphin-9999.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
16 index 33a6bf8..1b11576 100644
17 --- a/games-emulation/dolphin/dolphin-9999.ebuild
18 +++ b/games-emulation/dolphin/dolphin-9999.ebuild
19 @@ -139,7 +139,6 @@ src_configure() {
20 fi
21
22 local mycmakeargs=(
23 - "-DDOLPHIN_WC_REVISION=${PV}"
24 "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}"
25 "-Dprefix=${GAMES_PREFIX}"
26 "-Ddatadir=${GAMES_DATADIR}/${PN}"