diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-06-28 17:23:29 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-06-28 17:23:29 +0000 |
commit | 9e6ec70fcd05c6423cd0d0e3a5d84d1c3375f106 (patch) | |
tree | 95e7028ea64400402acb03ef270a5b67b5ed2048 /games-sports/gracer | |
parent | gcc-3.4 pacth, QA (Manifest recommit) (diff) | |
download | gentoo-2-9e6ec70fcd05c6423cd0d0e3a5d84d1c3375f106.tar.gz gentoo-2-9e6ec70fcd05c6423cd0d0e3a5d84d1c3375f106.tar.bz2 gentoo-2-9e6ec70fcd05c6423cd0d0e3a5d84d1c3375f106.zip |
gnuconfig_update, ~amd64
Diffstat (limited to 'games-sports/gracer')
-rw-r--r-- | games-sports/gracer/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/gracer/gracer-0.1.5.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-sports/gracer/ChangeLog b/games-sports/gracer/ChangeLog index 0c6958bf4630..f651ace332fa 100644 --- a/games-sports/gracer/ChangeLog +++ b/games-sports/gracer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/gracer # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.6 2004/06/24 23:24:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.7 2004/06/28 17:23:29 jhuebel Exp $ + + 28 Jun 2004; Jason Eric Huebel <jhuebel@gentoo.org> gracer-0.1.5.ebuild: + gnuconfig_update, ~amd64 12 Apr 2004; Jason Wever <weeve@gentoo.org> gracer-0.1.5.ebuild: Added ~sparc keyword. diff --git a/games-sports/gracer/gracer-0.1.5.ebuild b/games-sports/gracer/gracer-0.1.5.ebuild index 9f3055c84468..397f2c72ede2 100644 --- a/games-sports/gracer/gracer-0.1.5.ebuild +++ b/games-sports/gracer/gracer-0.1.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.6 2004/06/24 23:24:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.7 2004/06/28 17:23:29 jhuebel Exp $ -inherit games eutils +inherit gnuconfig games eutils DESCRIPTION="3D motor sports simulator" HOMEPAGE="http://gracer.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gracer/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~sparc ~amd64" IUSE="gif jpeg png joystick" RDEPEND="virtual/x11 @@ -32,6 +32,7 @@ src_unpack() { } src_compile() { + gnuconfig_update egamesconf \ `use_enable joystick` \ `use_enable gif` \ |