diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 19:18:24 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 19:18:24 +0000 |
commit | d15fb8ad029a6f0eee057a571d5014ec56b5cab4 (patch) | |
tree | acffb941a64a1e42b1fc6450e117b845a71c8f9b /games-arcade/supertux | |
parent | Add upstream patch to fix non POSIX test construction. #501024 (diff) | |
download | gentoo-2-d15fb8ad029a6f0eee057a571d5014ec56b5cab4.tar.gz gentoo-2-d15fb8ad029a6f0eee057a571d5014ec56b5cab4.tar.bz2 gentoo-2-d15fb8ad029a6f0eee057a571d5014ec56b5cab4.zip |
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'games-arcade/supertux')
-rw-r--r-- | games-arcade/supertux/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/supertux/supertux-0.1.3.ebuild | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog index bc29cfd73f47..9fcb1b41d995 100644 --- a/games-arcade/supertux/ChangeLog +++ b/games-arcade/supertux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/supertux -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.34 2010/11/08 04:33:07 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.35 2014/03/04 19:18:24 vincent Exp $ + + 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> supertux-0.1.3.ebuild: + Add ~mips keyword. 08 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> supertux-0.1.3.ebuild, +files/supertux-0.1.3-desktop.patch: @@ -125,4 +128,3 @@ 09 Sep 2003; Michael Sterrett <msterret@gentoo.org> supertux-0.0.4.ebuild: initial commit; ebuild from mikami and then modified (bug 28251) - diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild index 34088d2354ce..e98911b85b68 100644 --- a/games-arcade/supertux/supertux-0.1.3.ebuild +++ b/games-arcade/supertux/supertux-0.1.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.16 2011/04/06 21:50:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.17 2014/03/04 19:18:24 vincent Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A game similar to Super Mario Bros." @@ -11,13 +11,14 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="opengl" DEPEND="media-libs/libsdl[joystick] media-libs/sdl-image[png,jpeg] media-libs/sdl-mixer[mikmod,vorbis] x11-libs/libXt" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gcc41.patch |