diff options
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/kfreeflight/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/kfreeflight/ChangeLog b/games-simulation/kfreeflight/ChangeLog index 18c5dbc5b959..19dd866136f5 100644 --- a/games-simulation/kfreeflight/ChangeLog +++ b/games-simulation/kfreeflight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/kfreeflight # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/ChangeLog,v 1.2 2006/10/31 06:51:59 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/ChangeLog,v 1.3 2006/10/31 23:11:41 tupone Exp $ + + 31 Oct 2006; <tupone@gentoo.org> kfreeflight-0.2.1_rc1.ebuild: + Added ~amd64 keyword. Bug #153461 by Zaba Zabov 31 Oct 2006; <tupone@gentoo.org> kfreeflight-0.2.1_rc1.ebuild: kfreeflight respects USE. Bug #153508 by Dan diff --git a/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild b/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild index bc1e0894524d..5960b2e4f4ce 100644 --- a/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild +++ b/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.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-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.2 2006/10/31 06:51:59 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.3 2006/10/31 23:11:41 tupone Exp $ inherit eutils kde games @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/kfreeflight/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="games-simulation/flightgear" |