diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-02 12:53:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-02 12:53:41 +0000 |
commit | a8808dd7c842bd780be932e28dceb9bce87fb476 (patch) | |
tree | b9fa296bdebd6e07fe9c614dac1d6d0b35fbc270 /games-util/grfcodec | |
parent | Remove old. (diff) | |
download | gentoo-2-a8808dd7c842bd780be932e28dceb9bce87fb476.tar.gz gentoo-2-a8808dd7c842bd780be932e28dceb9bce87fb476.tar.bz2 gentoo-2-a8808dd7c842bd780be932e28dceb9bce87fb476.zip |
Stable for amd64, wrt bug #418401
(Portage version: 2.1.10.49/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-6.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/grfcodec/ChangeLog b/games-util/grfcodec/ChangeLog index 67ad11a44752..e177f38e362e 100644 --- a/games-util/grfcodec/ChangeLog +++ b/games-util/grfcodec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/grfcodec # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.12 2012/05/31 19:35:34 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.13 2012/06/02 12:53:41 ago Exp $ + + 02 Jun 2012; Agostino Sarubbo <ago@gentoo.org> grfcodec-6.0.0.ebuild: + Stable for amd64, wrt bug #418401 31 May 2012; Jeff Horelick <jdhore@gentoo.org> grfcodec-6.0.0.ebuild: marked x86 per bug 418401 diff --git a/games-util/grfcodec/grfcodec-6.0.0.ebuild b/games-util/grfcodec/grfcodec-6.0.0.ebuild index 5ab502d89c41..eba9dd57ace8 100644 --- a/games-util/grfcodec/grfcodec-6.0.0.ebuild +++ b/games-util/grfcodec/grfcodec-6.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-6.0.0.ebuild,v 1.2 2012/05/31 19:35:34 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-6.0.0.ebuild,v 1.3 2012/06/02 12:53:41 ago Exp $ EAPI=4 @@ -17,7 +17,7 @@ HOMEPAGE="http://dev.openttdcoop.org/projects/grfcodec" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="" [[ -n ${SCM} ]] && S=${WORKDIR}/${PN} |