diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-19 08:07:27 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-19 08:07:27 +0000 |
commit | 037ddbbef756fb0192b9247168ae2b8dab65af6b (patch) | |
tree | 128810ddf88327c7f6f8eec58946763ad2df6ae2 /games-util/grfcodec | |
parent | Version bump. (diff) | |
download | gentoo-2-037ddbbef756fb0192b9247168ae2b8dab65af6b.tar.gz gentoo-2-037ddbbef756fb0192b9247168ae2b8dab65af6b.tar.bz2 gentoo-2-037ddbbef756fb0192b9247168ae2b8dab65af6b.zip |
Stable on amd64 wrt bug #375387
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'games-util/grfcodec')
-rw-r--r-- | games-util/grfcodec/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/grfcodec/grfcodec-5.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/grfcodec/ChangeLog b/games-util/grfcodec/ChangeLog index 87b8d71d3f22..f4e625c650f6 100644 --- a/games-util/grfcodec/ChangeLog +++ b/games-util/grfcodec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/grfcodec # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.7 2011/05/05 00:01:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.8 2011/07/19 08:07:27 hwoarang Exp $ + + 19 Jul 2011; Markos Chandras <hwoarang@gentoo.org> grfcodec-5.1.1.ebuild: + Stable on amd64 wrt bug #375387 05 May 2011; Michael Sterrett <mr_bones_@gentoo.org> grfcodec-5.1.1.ebuild: diff --git a/games-util/grfcodec/grfcodec-5.1.1.ebuild b/games-util/grfcodec/grfcodec-5.1.1.ebuild index 58dc7313781c..205180b47d3f 100644 --- a/games-util/grfcodec/grfcodec-5.1.1.ebuild +++ b/games-util/grfcodec/grfcodec-5.1.1.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-util/grfcodec/grfcodec-5.1.1.ebuild,v 1.3 2011/05/06 17:08:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild,v 1.4 2011/07/19 08:07:27 hwoarang Exp $ EAPI=3 @@ -23,7 +23,7 @@ fi LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" if [ "${PV%9999}" != "${PV}" ] ; then |