diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-09-28 16:35:36 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-09-28 16:35:36 +0000 |
commit | 771c8f29e3e89f36927ceb9a53c87c8aa347efac (patch) | |
tree | 522f2677e8d6ae456094ffccb4178407f1878623 /games-util | |
parent | Stable for amd64 wrt bug #518170 (diff) | |
download | gentoo-2-771c8f29e3e89f36927ceb9a53c87c8aa347efac.tar.gz gentoo-2-771c8f29e3e89f36927ceb9a53c87c8aa347efac.tar.bz2 gentoo-2-771c8f29e3e89f36927ceb9a53c87c8aa347efac.zip |
Stable for amd64 wrt bug #521526
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
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 c571d559c444..795c28870ebe 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.19 2014/08/29 18:43:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.20 2014/09/28 16:35:36 nimiux Exp $ + + 28 Sep 2014; Chema Alonso <nimiux@gentoo.org> grfcodec-6.0.4.ebuild: + Stable for amd64 wrt bug #521526 29 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -grfcodec-6.0.2.ebuild: old diff --git a/games-util/grfcodec/grfcodec-6.0.4.ebuild b/games-util/grfcodec/grfcodec-6.0.4.ebuild index b42bd98fc454..16489cc404ca 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.1 2014/06/13 07:43:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-6.0.4.ebuild,v 1.2 2014/09/28 16:35:36 nimiux 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} |