diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-05-25 09:13:28 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-05-25 09:13:28 +0000 |
commit | 705ca9483f4f1ef6b8a1ae0d19f52528175f64bc (patch) | |
tree | de17e7e7a793c37b5ac1a81a3bb5dc21634da04d /games-util | |
parent | x86 stable wrt bug #320495 (diff) | |
download | gentoo-2-705ca9483f4f1ef6b8a1ae0d19f52528175f64bc.tar.gz gentoo-2-705ca9483f4f1ef6b8a1ae0d19f52528175f64bc.tar.bz2 gentoo-2-705ca9483f4f1ef6b8a1ae0d19f52528175f64bc.zip |
x86 stable wrt bug #320497
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/grfcodec/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/grfcodec/grfcodec-0_pre2306.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-util/grfcodec/ChangeLog b/games-util/grfcodec/ChangeLog index 55f8861856fc..fca5cf2d434b 100644 --- a/games-util/grfcodec/ChangeLog +++ b/games-util/grfcodec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/grfcodec # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.1 2010/04/08 07:46:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.2 2010/05/25 09:13:28 phajdan.jr Exp $ + + 25 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + grfcodec-0_pre2306.ebuild: + x86 stable wrt bug #320497 *grfcodec-0_pre2306 (08 Apr 2010) diff --git a/games-util/grfcodec/grfcodec-0_pre2306.ebuild b/games-util/grfcodec/grfcodec-0_pre2306.ebuild index 5d88130d3a78..8f8097a32b97 100644 --- a/games-util/grfcodec/grfcodec-0_pre2306.ebuild +++ b/games-util/grfcodec/grfcodec-0_pre2306.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-util/grfcodec/grfcodec-0_pre2306.ebuild,v 1.3 2010/04/18 07:28:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-0_pre2306.ebuild,v 1.4 2010/05/25 09:13:28 phajdan.jr Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://binaries.openttd.org/extra/grfcodec/${MY_PV}/${PN}-${MY_PV}-sour LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="" S=${WORKDIR}/${PN}-${MY_PV} |