mr_bones_ 15/05/16 00:05:10 Modified: crafty-24.1.ebuild ChangeLog Log: Add patch from Thomas Jürges to compile with numcpus=1 or USE=no-opts (bug #542848) (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 games-board/crafty/crafty-24.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/crafty/crafty-24.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/crafty/crafty-24.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/crafty/crafty-24.1.ebuild?r1=1.4&r2=1.5 Index: crafty-24.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-24.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- crafty-24.1.ebuild 31 Dec 2014 16:16:30 -0000 1.4 +++ crafty-24.1.ebuild 16 May 2015 00:05:10 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-24.1.ebuild,v 1.4 2014/12/31 16:16:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-24.1.ebuild,v 1.5 2015/05/16 00:05:10 mr_bones_ Exp $ EAPI=5 inherit flag-o-matic toolchain-funcs eutils games @@ -25,9 +25,11 @@ sed -i \ -e '/-o crafty/s/CC/CXX/' \ -e 's:CXFLAGS:CXXFLAGS:g' \ + -e 's:-j ::g' \ Makefile || die sed -i \ -e "s:\"crafty.hlp\":\"${GAMES_DATADIR}/${PN}/crafty.hlp\":" option.c || die + epatch "${FILESDIR}"/${P}-numcpus.patch } src_compile() { 1.64 games-board/crafty/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/crafty/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/crafty/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/crafty/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 31 Dec 2014 17:11:28 -0000 1.63 +++ ChangeLog 16 May 2015 00:05:10 -0000 1.64 @@ -1,6 +1,11 @@ # ChangeLog for games-board/crafty -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.63 2014/12/31 17:11:28 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.64 2015/05/16 00:05:10 mr_bones_ Exp $ + + 16 May 2015; Michael Sterrett <[email protected]> + +files/crafty-24.1-numcpus.patch, crafty-24.1.ebuild: + Add patch from Thomas Jürges to compile with numcpus=1 or USE=no-opts (bug + #542848) 31 Dec 2014; Michael Sterrett <[email protected]> -crafty-23.4.ebuild, -files/crafty-23.4-64bits.patch:
