diff options
author | 2011-02-26 13:30:27 +0000 | |
---|---|---|
committer | 2011-02-26 13:30:27 +0000 | |
commit | b1021a4f3f8ccd4227aaa45583e53f3da335e7f5 (patch) | |
tree | 4379f84c4f16ebd1d4148f434b3287ff7c86aa5c /games-simulation | |
parent | Add missing eclass variables for proper python-updater behavior, bug #344833.... (diff) | |
download | gentoo-2-b1021a4f3f8ccd4227aaa45583e53f3da335e7f5.tar.gz gentoo-2-b1021a4f3f8ccd4227aaa45583e53f3da335e7f5.tar.bz2 gentoo-2-b1021a4f3f8ccd4227aaa45583e53f3da335e7f5.zip |
Drop sparc keywords
(Portage version: 2.1.9.41/cvs/Linux ia64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/flightgear/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/flightgear/flightgear-1.9.1.ebuild | 6 | ||||
-rw-r--r-- | games-simulation/flightgear/flightgear-2.0.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games-simulation/flightgear/ChangeLog b/games-simulation/flightgear/ChangeLog index 923083a1e7c1..49b6a0c14874 100644 --- a/games-simulation/flightgear/ChangeLog +++ b/games-simulation/flightgear/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/flightgear -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.48 2010/10/14 20:24:06 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.49 2011/02/26 13:30:27 armin76 Exp $ + + 26 Feb 2011; Raúl Porcel <armin76@gentoo.org> flightgear-1.9.1.ebuild, + flightgear-2.0.0.ebuild: + Drop sparc keywords 14 Oct 2010; Brent Baude <ranger@gentoo.org> flightgear-1.9.1.ebuild: Marking flightgear-1.9.1 ppc for bug 313613 diff --git a/games-simulation/flightgear/flightgear-1.9.1.ebuild b/games-simulation/flightgear/flightgear-1.9.1.ebuild index bae2641b5c18..9f0b5e4fca4c 100644 --- a/games-simulation/flightgear/flightgear-1.9.1.ebuild +++ b/games-simulation/flightgear/flightgear-1.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-1.9.1.ebuild,v 1.9 2010/10/18 18:08:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-1.9.1.ebuild,v 1.10 2011/02/26 13:30:27 armin76 Exp $ EAPI=2 inherit autotools eutils games @@ -14,7 +14,7 @@ SRC_URI="mirror://flightgear/Source/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="sdl" DEPEND="media-libs/freeglut diff --git a/games-simulation/flightgear/flightgear-2.0.0.ebuild b/games-simulation/flightgear/flightgear-2.0.0.ebuild index 32325c8f554b..ee10cb80810d 100644 --- a/games-simulation/flightgear/flightgear-2.0.0.ebuild +++ b/games-simulation/flightgear/flightgear-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.0.0.ebuild,v 1.6 2010/10/18 18:08:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.0.0.ebuild,v 1.7 2011/02/26 13:30:27 armin76 Exp $ EAPI=2 inherit autotools eutils games @@ -14,7 +14,7 @@ SRC_URI="mirror://flightgear/Source/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="sdl" DEPEND=">=media-libs/freeglut-2.6.0 |