diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-05 10:47:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-05 10:47:34 +0000 |
commit | ea2617b384aa2bb0622baed57e4f1e3a0cf25d59 (patch) | |
tree | f3bdc1d76b962fd721be85c9788c04dc792838e4 /games-util | |
parent | Stable for ppc, wrt bug #521284 (diff) | |
download | gentoo-2-ea2617b384aa2bb0622baed57e4f1e3a0cf25d59.tar.gz gentoo-2-ea2617b384aa2bb0622baed57e4f1e3a0cf25d59.tar.bz2 gentoo-2-ea2617b384aa2bb0622baed57e4f1e3a0cf25d59.zip |
Stable for ppc, wrt bug #521526
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/grfcodec/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/grfcodec/grfcodec-6.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/grfcodec/ChangeLog b/games-util/grfcodec/ChangeLog index 795c28870ebe..d5cf599d1d90 100644 --- a/games-util/grfcodec/ChangeLog +++ b/games-util/grfcodec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/grfcodec # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.20 2014/09/28 16:35:36 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.21 2014/10/05 10:47:34 ago Exp $ + + 05 Oct 2014; Agostino Sarubbo <ago@gentoo.org> grfcodec-6.0.4.ebuild: + Stable for ppc, wrt bug #521526 28 Sep 2014; Chema Alonso <nimiux@gentoo.org> grfcodec-6.0.4.ebuild: Stable for amd64 wrt bug #521526 diff --git a/games-util/grfcodec/grfcodec-6.0.4.ebuild b/games-util/grfcodec/grfcodec-6.0.4.ebuild index 16489cc404ca..6e85126b878a 100644 --- a/games-util/grfcodec/grfcodec-6.0.4.ebuild +++ b/games-util/grfcodec/grfcodec-6.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-6.0.4.ebuild,v 1.2 2014/09/28 16:35:36 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-6.0.4.ebuild,v 1.3 2014/10/05 10:47:34 ago Exp $ EAPI=5 @@ -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} |