diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-05-28 18:14:22 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-05-28 18:14:22 +0000 |
commit | 14b45226832fb607eae0eccf172c29a69879ae7c (patch) | |
tree | 1189fa57157eb941b1794d77dc3c4873ff456afe /games-util/grfcodec | |
parent | Marked ppc/ppc64 stable for bug #320495. (diff) | |
download | gentoo-2-14b45226832fb607eae0eccf172c29a69879ae7c.tar.gz gentoo-2-14b45226832fb607eae0eccf172c29a69879ae7c.tar.bz2 gentoo-2-14b45226832fb607eae0eccf172c29a69879ae7c.zip |
Marked ppc/ppc64 stable for bug #320497.
(Portage version: 2.1.8.3/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-0_pre2306.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/grfcodec/ChangeLog b/games-util/grfcodec/ChangeLog index 104b957790f7..5b640e1357fa 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.3 2010/05/25 21:23:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.4 2010/05/28 18:14:22 josejx Exp $ + + 28 May 2010; Joseph Jezak <josejx@gentoo.org> grfcodec-0_pre2306.ebuild: + Marked ppc/ppc64 stable for bug #320497. 25 May 2010; Pacho Ramos <pacho@gentoo.org> grfcodec-0_pre2306.ebuild: stable amd64, bug 320497 diff --git a/games-util/grfcodec/grfcodec-0_pre2306.ebuild b/games-util/grfcodec/grfcodec-0_pre2306.ebuild index f60e2430daa4..df42f250a686 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.5 2010/05/25 21:23:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-0_pre2306.ebuild,v 1.6 2010/05/28 18:14:22 josejx 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 ppc ppc64 x86" IUSE="" S=${WORKDIR}/${PN}-${MY_PV} |