diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-09-15 23:41:23 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-09-15 23:41:23 +0000 |
commit | 875477c10de0d6a2018d3e9a2723c858f341ae0c (patch) | |
tree | d8a9e351f968d596a53e8afed4aff055e673dc68 /games-sports | |
parent | Stable on amd64 per security bug #147652 (diff) | |
download | gentoo-2-875477c10de0d6a2018d3e9a2723c858f341ae0c.tar.gz gentoo-2-875477c10de0d6a2018d3e9a2723c858f341ae0c.tar.bz2 gentoo-2-875477c10de0d6a2018d3e9a2723c858f341ae0c.zip |
workaround bug 147725, thanks Kyle Hunter <keletmaster@gmail.com>
(Portage version: 2.1.1)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/xmoto/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/xmoto/xmoto-0.2.1.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/games-sports/xmoto/ChangeLog b/games-sports/xmoto/ChangeLog index 4cfc72f87a03..a1a61befa193 100644 --- a/games-sports/xmoto/ChangeLog +++ b/games-sports/xmoto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/xmoto # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.5 2006/09/15 10:52:20 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.6 2006/09/15 23:41:23 genstef Exp $ + + 15 Sep 2006; Stefan Schweizer <genstef@gentoo.org> xmoto-0.2.1.ebuild: + workaround bug 147725, thanks Kyle Hunter <keletmaster@gmail.com> 15 Sep 2006; Stefan Schweizer <genstef@gentoo.org> +xmoto-0.2.1.ebuild: version bump diff --git a/games-sports/xmoto/xmoto-0.2.1.ebuild b/games-sports/xmoto/xmoto-0.2.1.ebuild index 8a7939ab4a61..397ecbdf923c 100644 --- a/games-sports/xmoto/xmoto-0.2.1.ebuild +++ b/games-sports/xmoto/xmoto-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.2.1.ebuild,v 1.1 2006/09/15 10:52:20 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.2.1.ebuild,v 1.2 2006/09/15 23:41:23 genstef Exp $ inherit eutils games @@ -24,6 +24,11 @@ DEPEND="media-libs/jpeg dev-games/ode virtual/opengl" +src_compile() { + egamesconf || die "egamesconf failed" + emake -j1 || die "emake failed" +} + src_install() { emake DESTDIR="${D}" install || die "emake install failed" |