diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-10-31 23:11:41 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-10-31 23:11:41 +0000 |
commit | 6f0e182441382d69e7265cddd46b483fdfc61c60 (patch) | |
tree | 9d6fed4a5f53de379f84c85585847056956aedf8 /games-simulation | |
parent | Version bump. Ebuild by Paul Bredbury <brebs@sent.com> and ported to the new... (diff) | |
download | gentoo-2-6f0e182441382d69e7265cddd46b483fdfc61c60.tar.gz gentoo-2-6f0e182441382d69e7265cddd46b483fdfc61c60.tar.bz2 gentoo-2-6f0e182441382d69e7265cddd46b483fdfc61c60.zip |
Added ~amd64 keyword. Bug #153461
(Portage version: 2.1.1-r1)
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" |