diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-12-13 16:12:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-12-13 16:12:24 +0000 |
commit | f406a68555a62184172ef458fb7e5dafcc9ad4e3 (patch) | |
tree | 0d63616a6575de37299aa0dbcbd87d32e9840a4e /games-action/supertuxkart | |
parent | sci-libs/scipy: Verbose testing; be more bin packages friendly and use src_pr... (diff) | |
download | gentoo-2-f406a68555a62184172ef458fb7e5dafcc9ad4e3.tar.gz gentoo-2-f406a68555a62184172ef458fb7e5dafcc9ad4e3.tar.bz2 gentoo-2-f406a68555a62184172ef458fb7e5dafcc9ad4e3.zip |
fix desktop entry
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/supertuxkart')
-rw-r--r-- | games-action/supertuxkart/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/supertuxkart/supertuxkart-0.8.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games-action/supertuxkart/ChangeLog b/games-action/supertuxkart/ChangeLog index 380213ac7d9f..c6a5c6a2e4b7 100644 --- a/games-action/supertuxkart/ChangeLog +++ b/games-action/supertuxkart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/supertuxkart # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.31 2012/12/13 15:43:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.32 2012/12/13 16:12:24 mr_bones_ Exp $ + + 13 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org> supertuxkart-0.8.ebuild: + fix desktop entry 13 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org> supertuxkart-0.8.ebuild: fix use debug logic (bug #447060) diff --git a/games-action/supertuxkart/supertuxkart-0.8.ebuild b/games-action/supertuxkart/supertuxkart-0.8.ebuild index c90dbee32079..972ab38baeba 100644 --- a/games-action/supertuxkart/supertuxkart-0.8.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.3 2012/12/13 15:43:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.4 2012/12/13 16:12:24 mr_bones_ Exp $ EAPI=2 inherit cmake-utils eutils games @@ -41,6 +41,9 @@ S=${WORKDIR}/SuperTuxKart-${PV} src_prepare() { epatch "${FILESDIR}"/${P}-{gentoo,fribidi,irrlicht}.patch + sed -i \ + -e '/Encoding/d' \ + data/supertuxkart_desktop.template || die # inconsistent handling of debug definition # avoid using Debug build type |