diff options
author | Markus Meier <maekke@gentoo.org> | 2010-10-15 13:49:56 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-10-15 13:49:56 +0000 |
commit | bbb51da70bb2d7fbcccabe078fe57a8382c9c51a (patch) | |
tree | de714d3e46e2163fed2ae9b6ca8c86615510a688 /games-util/grfcodec | |
parent | stable ppc, bug 340014 (diff) | |
download | historical-bbb51da70bb2d7fbcccabe078fe57a8382c9c51a.tar.gz historical-bbb51da70bb2d7fbcccabe078fe57a8382c9c51a.tar.bz2 historical-bbb51da70bb2d7fbcccabe078fe57a8382c9c51a.zip |
add ~arm, bug #316003
Package-Manager: portage-2.2_rc95/cvs/Linux i686
Diffstat (limited to 'games-util/grfcodec')
-rw-r--r-- | games-util/grfcodec/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/grfcodec/grfcodec-0_pre2306.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/grfcodec/ChangeLog b/games-util/grfcodec/ChangeLog index 5b640e1357fa..03f747001140 100644 --- a/games-util/grfcodec/ChangeLog +++ b/games-util/grfcodec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/grfcodec # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.4 2010/05/28 18:14:22 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.5 2010/10/15 13:49:56 maekke Exp $ + + 15 Oct 2010; Markus Meier <maekke@gentoo.org> grfcodec-0_pre2306.ebuild: + add ~arm, bug #316003 28 May 2010; Joseph Jezak <josejx@gentoo.org> grfcodec-0_pre2306.ebuild: Marked ppc/ppc64 stable for bug #320497. diff --git a/games-util/grfcodec/grfcodec-0_pre2306.ebuild b/games-util/grfcodec/grfcodec-0_pre2306.ebuild index df42f250a686..0cfee6e6043e 100644 --- a/games-util/grfcodec/grfcodec-0_pre2306.ebuild +++ b/games-util/grfcodec/grfcodec-0_pre2306.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-0_pre2306.ebuild,v 1.6 2010/05/28 18:14:22 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-0_pre2306.ebuild,v 1.7 2010/10/15 13:49:56 maekke Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://binaries.openttd.org/extra/grfcodec/${MY_PV}/${PN}-${MY_PV}-sour LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ppc ppc64 x86" IUSE="" S=${WORKDIR}/${PN}-${MY_PV} |