diff options
author | 2014-02-11 21:30:14 +0000 | |
---|---|---|
committer | 2014-02-11 21:30:14 +0000 | |
commit | 609aca5ccb294db0d34b5488711bdd5e2e05f0a8 (patch) | |
tree | b27e13398129208f8cd515a5e76a0a44aee452c9 /games-action/supertuxkart | |
parent | web-audio relies on gstreamer (#500406 by Dennis New) (diff) | |
download | gentoo-2-609aca5ccb294db0d34b5488711bdd5e2e05f0a8.tar.gz gentoo-2-609aca5ccb294db0d34b5488711bdd5e2e05f0a8.tar.bz2 gentoo-2-609aca5ccb294db0d34b5488711bdd5e2e05f0a8.zip |
add back some missed patches
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/supertuxkart')
-rw-r--r-- | games-action/supertuxkart/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/supertuxkart/supertuxkart-0.8.1.ebuild | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/games-action/supertuxkart/ChangeLog b/games-action/supertuxkart/ChangeLog index 6b4116b13cd8..e3acc3b6e588 100644 --- a/games-action/supertuxkart/ChangeLog +++ b/games-action/supertuxkart/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/supertuxkart -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.38 2013/11/26 21:22:50 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.39 2014/02/11 21:30:14 mr_bones_ Exp $ + + 11 Feb 2014; Michael Sterrett <mr_bones_@gentoo.org> + supertuxkart-0.8.1.ebuild: + add back some missed patches *supertuxkart-0.8.1 (26 Nov 2013) diff --git a/games-action/supertuxkart/supertuxkart-0.8.1.ebuild b/games-action/supertuxkart/supertuxkart-0.8.1.ebuild index 6c0c78770a76..9c8c7bfcbfc9 100644 --- a/games-action/supertuxkart/supertuxkart-0.8.1.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 1.1 2013/11/26 21:22:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 1.2 2014/02/11 21:30:14 mr_bones_ Exp $ EAPI=5 inherit gnome2-utils cmake-utils eutils games @@ -41,14 +41,15 @@ DEPEND="${RDEPEND} S=${WORKDIR}/SuperTuxKart-${PV} src_prepare() { - epatch "${FILESDIR}"/${P}-{gentoo,irrlicht}.patch + epatch "${FILESDIR}"/${P}-{gentoo,icon-dest,irrlicht,desktopfile}.patch # inconsistent handling of debug definition # avoid using Debug build type - use debug && { + if use debug ; then sed -i \ -e 's/add_definitions(-DNDEBUG)/add_definitions(-DDEBUG)/' \ - CMakeLists.txt || die ;} + CMakeLists.txt || die + fi } src_configure() { |