diff options
author | 2010-06-01 12:41:53 +0000 | |
---|---|---|
committer | 2010-06-01 12:41:53 +0000 | |
commit | 31427bc11e33476877acef9ddfdbb95cddaf6c66 (patch) | |
tree | 34993086f444d8771e995d907df3a46e0330f1db /games-misc/opengfx | |
parent | x86 stable wrt bug #321583 (diff) | |
download | gentoo-2-31427bc11e33476877acef9ddfdbb95cddaf6c66.tar.gz gentoo-2-31427bc11e33476877acef9ddfdbb95cddaf6c66.tar.bz2 gentoo-2-31427bc11e33476877acef9ddfdbb95cddaf6c66.zip |
x86 stable wrt bug #321611
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-misc/opengfx')
-rw-r--r-- | games-misc/opengfx/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog index c15374aa7cae..e421c250ff31 100644 --- a/games-misc/opengfx/ChangeLog +++ b/games-misc/opengfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/opengfx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.3 2010/05/28 18:15:30 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.4 2010/06/01 12:41:53 phajdan.jr Exp $ + + 01 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> opengfx-0.2.4.ebuild: + x86 stable wrt bug #321611 28 May 2010; Joseph Jezak <josejx@gentoo.org> opengfx-0.2.4.ebuild: Marked ppc/ppc64 stable for bug #321611. diff --git a/games-misc/opengfx/opengfx-0.2.4.ebuild b/games-misc/opengfx/opengfx-0.2.4.ebuild index 20d0133dafe5..41432e8c2bc4 100644 --- a/games-misc/opengfx/opengfx-0.2.4.ebuild +++ b/games-misc/opengfx/opengfx-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.2.4.ebuild,v 1.2 2010/05/28 18:15:30 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.2.4.ebuild,v 1.3 2010/06/01 12:41:53 phajdan.jr Exp $ EAPI=2 inherit games @@ -11,7 +11,7 @@ SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${P}-source.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 ~x86" +KEYWORDS="~amd64 ppc ppc64 x86" IUSE="" S=${WORKDIR}/${P}-source |