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 | 00f343177a1ae297d47552db9eff9a2ef28018a7 (patch) | |
tree | 51e9b90ac4ff09b42a90958cc46edd9b10c2db26 /games-util | |
parent | Marked ppc/ppc64 stable for bug #320495. (diff) | |
download | historical-00f343177a1ae297d47552db9eff9a2ef28018a7.tar.gz historical-00f343177a1ae297d47552db9eff9a2ef28018a7.tar.bz2 historical-00f343177a1ae297d47552db9eff9a2ef28018a7.zip |
Marked ppc/ppc64 stable for bug #320497.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'games-util')
-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} |