diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:23:32 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:23:32 +0000 |
commit | adbb3587b64bc5797e360655932a2e604928afe7 (patch) | |
tree | f999d9c255383c61ffc4c2a08a6729cfae26e2ff /games-util/grfcodec | |
parent | stable amd64, bug 318465 (diff) | |
download | historical-adbb3587b64bc5797e360655932a2e604928afe7.tar.gz historical-adbb3587b64bc5797e360655932a2e604928afe7.tar.bz2 historical-adbb3587b64bc5797e360655932a2e604928afe7.zip |
stable amd64, bug 320497
Package-Manager: portage-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 fca5cf2d434b..104b957790f7 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.2 2010/05/25 09:13:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.3 2010/05/25 21:23:32 pacho Exp $ + + 25 May 2010; Pacho Ramos <pacho@gentoo.org> grfcodec-0_pre2306.ebuild: + stable amd64, bug 320497 25 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> grfcodec-0_pre2306.ebuild: diff --git a/games-util/grfcodec/grfcodec-0_pre2306.ebuild b/games-util/grfcodec/grfcodec-0_pre2306.ebuild index 8f8097a32b97..f60e2430daa4 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.4 2010/05/25 09:13:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-0_pre2306.ebuild,v 1.5 2010/05/25 21:23:32 pacho 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} |