diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-11 08:13:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-11 08:13:15 +0000 |
commit | ba1ff2592e1b23ecd8621bd758dd4477d3ace219 (patch) | |
tree | 2d3ff1abe2de4b39e37f0c6a649b0736fdd7a4a2 /games-util | |
parent | header fix; ppc need deps before going stable (Manifest recommit) (diff) | |
download | gentoo-2-ba1ff2592e1b23ecd8621bd758dd4477d3ace219.tar.gz gentoo-2-ba1ff2592e1b23ecd8621bd758dd4477d3ace219.tar.bz2 gentoo-2-ba1ff2592e1b23ecd8621bd758dd4477d3ace219.zip |
header fix; IUSE fix; DEPEND fix; hppa needs deps first
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/atlas/atlas-0.2.2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-util/atlas/atlas-0.2.2.ebuild b/games-util/atlas/atlas-0.2.2.ebuild index 642311be71f4..fddf8154ed75 100644 --- a/games-util/atlas/atlas-0.2.2.ebuild +++ b/games-util/atlas/atlas-0.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.2.2.ebuild,v 1.2 2004/01/25 11:11:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.2.2.ebuild,v 1.3 2004/02/11 08:13:15 mr_bones_ Exp $ inherit games @@ -11,11 +11,12 @@ HOMEPAGE="http://atlas.sourceforge.net/" SRC_URI="mirror://sourceforge/atlas/${MY_P}.tar.gz" INSDESTTREE="/usr/games/lib/FlightGear" +KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~hppa" +IUSE="" -DEPEND=">=flightgear-0.8.0 +DEPEND=">=games-simulation/flightgear-0.8.0 >=libpng-1.2.5 >=media-libs/plib-1.4 virtual/glut" |