diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-31 19:35:34 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-31 19:35:34 +0000 |
commit | d3ac879771f95c3f3091de9e2dd6792b51d59567 (patch) | |
tree | 923202801af80b5f5828035966c98a17f56cf294 /games-util | |
parent | mask games-util/nforenum for removal on 20120630 (diff) | |
download | gentoo-2-d3ac879771f95c3f3091de9e2dd6792b51d59567.tar.gz gentoo-2-d3ac879771f95c3f3091de9e2dd6792b51d59567.tar.bz2 gentoo-2-d3ac879771f95c3f3091de9e2dd6792b51d59567.zip |
marked x86 per bug 418401
(Portage version: 2.2.0_alpha108/cvs/Linux i686)
Diffstat (limited to 'games-util')
-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 76b1bbaa5eff..67ad11a44752 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.11 2012/04/17 12:24:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.12 2012/05/31 19:35:34 jdhore Exp $ + + 31 May 2012; Jeff Horelick <jdhore@gentoo.org> grfcodec-6.0.0.ebuild: + marked x86 per bug 418401 *grfcodec-6.0.0 (17 Apr 2012) diff --git a/games-util/grfcodec/grfcodec-6.0.0.ebuild b/games-util/grfcodec/grfcodec-6.0.0.ebuild index 294b518c81af..5ab502d89c41 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.1 2012/04/17 12:24:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-6.0.0.ebuild,v 1.2 2012/05/31 19:35:34 jdhore 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} |