diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-23 16:42:43 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-23 16:42:43 +0000 |
commit | 79d76f505c4ec4486cb1452d3cb85a767883536f (patch) | |
tree | ebabd487f328a383efebf4ba851f93bc94edbac0 /games-util | |
parent | Version Bump (diff) | |
download | gentoo-2-79d76f505c4ec4486cb1452d3cb85a767883536f.tar.gz gentoo-2-79d76f505c4ec4486cb1452d3cb85a767883536f.tar.bz2 gentoo-2-79d76f505c4ec4486cb1452d3cb85a767883536f.zip |
ppc/ppc64 stable wrt #375387
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-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 3d96b1482727..0021932d1059 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.9 2011/07/19 19:49:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.10 2011/07/23 16:42:43 xarthisius Exp $ + + 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> grfcodec-5.1.1.ebuild: + ppc/ppc64 stable wrt #375387 19 Jul 2011; Markus Meier <maekke@gentoo.org> grfcodec-5.1.1.ebuild: x86 stable, bug #375387 diff --git a/games-util/grfcodec/grfcodec-5.1.1.ebuild b/games-util/grfcodec/grfcodec-5.1.1.ebuild index a1034f3c29d4..207c2095aff1 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.5 2011/07/19 19:49:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild,v 1.6 2011/07/23 16:42:43 xarthisius 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 |