diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-03-04 14:40:36 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-03-04 14:40:36 +0000 |
commit | 50f64fbdcf8c7ab171f861a3ecee09b275e83ea2 (patch) | |
tree | 9bc1de7b028159bd6a6e6472035365f3268978bd /games-simulation | |
parent | * stabilization (diff) | |
download | gentoo-2-50f64fbdcf8c7ab171f861a3ecee09b275e83ea2.tar.gz gentoo-2-50f64fbdcf8c7ab171f861a3ecee09b275e83ea2.tar.bz2 gentoo-2-50f64fbdcf8c7ab171f861a3ecee09b275e83ea2.zip |
Add ~ppc64 keyword. Tested on 64UL with GCC 4.1.2
(Portage version: 2.1.2-r14)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 035248b950db..16c65b5b052b 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.37 2007/03/01 18:47:10 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.38 2007/03/04 14:40:36 chainsaw Exp $ + + 04 Mar 2007; Tony Vroon <chainsaw@gentoo.org> openttd-0.5.0.ebuild: + Add ~ppc64 keyword. Tested on 64UL with GCC 4.1.2 01 Mar 2007; Lars Weiler <pylon@gentoo.org> -openttd-0.5.0_rc4.ebuild, -openttd-0.5.0_rc5.ebuild, openttd-0.5.0.ebuild: diff --git a/games-simulation/openttd/openttd-0.5.0.ebuild b/games-simulation/openttd/openttd-0.5.0.ebuild index 456c0edf46fd..61d65c3f78ef 100644 --- a/games-simulation/openttd/openttd-0.5.0.ebuild +++ b/games-simulation/openttd/openttd-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.0.ebuild,v 1.2 2007/03/01 18:47:10 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.0.ebuild,v 1.3 2007/03/04 14:40:36 chainsaw Exp $ inherit eutils games @@ -14,7 +14,7 @@ SRC_URI="${SB}/${P}-source.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc64" IUSE="alsa debug dedicated png scenarios timidity unicode zlib" DEPEND="!dedicated? ( media-libs/libsdl >=media-libs/fontconfig-2.3.2 ) |