diff options
author | Markus Meier <maekke@gentoo.org> | 2011-08-07 15:28:12 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-08-07 15:28:12 +0000 |
commit | b64b45765a09a3e0cd5bddc5ac63370c45b24ae4 (patch) | |
tree | b31c8e1fa8396967440afdc818a967652f408ac5 /games-misc/opengfx | |
parent | arm stable, bug #376529 (diff) | |
download | gentoo-2-b64b45765a09a3e0cd5bddc5ac63370c45b24ae4.tar.gz gentoo-2-b64b45765a09a3e0cd5bddc5ac63370c45b24ae4.tar.bz2 gentoo-2-b64b45765a09a3e0cd5bddc5ac63370c45b24ae4.zip |
x86 stable, bug #376957
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'games-misc/opengfx')
-rw-r--r-- | games-misc/opengfx/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog index d69eb87e5ff8..b1c26eb6079b 100644 --- a/games-misc/opengfx/ChangeLog +++ b/games-misc/opengfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/opengfx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.10 2011/08/02 14:52:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.11 2011/08/07 15:28:12 maekke Exp $ + + 07 Aug 2011; Markus Meier <maekke@gentoo.org> opengfx-0.3.4.ebuild: + x86 stable, bug #376957 02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> opengfx-0.3.4.ebuild: Stable on amd64 wrt bug #376957 diff --git a/games-misc/opengfx/opengfx-0.3.4.ebuild b/games-misc/opengfx/opengfx-0.3.4.ebuild index 8b1b5478499f..08b98ac04cbe 100644 --- a/games-misc/opengfx/opengfx-0.3.4.ebuild +++ b/games-misc/opengfx/opengfx-0.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v 1.2 2011/08/02 14:52:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v 1.3 2011/08/07 15:28:12 maekke Exp $ EAPI=2 inherit games @@ -11,7 +11,7 @@ SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${PV}/${P}-source.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="" S=${WORKDIR}/${P}-source |