commit: 997bc5811a39764f43a8588b8d1c178715d2b8e9
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Sep 27 18:10:31 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 18:10:31 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=997bc581
games-board/gambit: 0_p65
---
games-board/gambit/{gambit-0_p47.ebuild => gambit-0_p65.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-board/gambit/gambit-0_p47.ebuild
b/games-board/gambit/gambit-0_p65.ebuild
similarity index 90%
rename from games-board/gambit/gambit-0_p47.ebuild
rename to games-board/gambit/gambit-0_p65.ebuild
index 922464c..2156d43 100644
--- a/games-board/gambit/gambit-0_p47.ebuild
+++ b/games-board/gambit/gambit-0_p65.ebuild
@@ -9,7 +9,7 @@ inherit cmake-utils subversion
DESCRIPTION="Qt-based chess application + engine \"gupta\""
HOMEPAGE="http://sourceforge.net/projects/gambitchess/"
-ESVN_REPO_URI="svn://svn.code.sf.net/p/gambitchess/code/"
+ESVN_REPO_URI="svn://svn.code.sf.net/p/gambitchess/code/trunk/"
ESVN_REVISION=${PV/*_p/}
LICENSE="CC0-1.0"
@@ -52,7 +52,7 @@ src_configure() {
src_compile() {
cmake-utils_src_compile
- emake -C engine/gupta STRIP=/bin/true CFLAGS_RELEASE= release || die
+ emake -C engine/gupta VERBOSE=1 STRIP=/bin/true CFLAGS_RELEASE= release
|| die
}
src_install() {