diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:28:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:28:21 +0000 |
commit | 204990a12b6efc78ef082ce34525c8e19aea04d3 (patch) | |
tree | 67bf359f1e124fa4bec39c0bb423a8a11aa92660 /games-util | |
parent | stable amd64, bug 319627 (diff) | |
download | gentoo-2-204990a12b6efc78ef082ce34525c8e19aea04d3.tar.gz gentoo-2-204990a12b6efc78ef082ce34525c8e19aea04d3.tar.bz2 gentoo-2-204990a12b6efc78ef082ce34525c8e19aea04d3.zip |
stable amd64, bug 320499
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/catcodec/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/catcodec/catcodec-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/catcodec/ChangeLog b/games-util/catcodec/ChangeLog index b69535341822..51716506c647 100644 --- a/games-util/catcodec/ChangeLog +++ b/games-util/catcodec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/catcodec # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/ChangeLog,v 1.2 2010/05/25 09:17:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/ChangeLog,v 1.3 2010/05/25 21:28:21 pacho Exp $ + + 25 May 2010; Pacho Ramos <pacho@gentoo.org> catcodec-1.0.0.ebuild: + stable amd64, bug 320499 25 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> catcodec-1.0.0.ebuild: diff --git a/games-util/catcodec/catcodec-1.0.0.ebuild b/games-util/catcodec/catcodec-1.0.0.ebuild index bb6623aa0b1f..cf132f11a194 100644 --- a/games-util/catcodec/catcodec-1.0.0.ebuild +++ b/games-util/catcodec/catcodec-1.0.0.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/catcodec/catcodec-1.0.0.ebuild,v 1.4 2010/05/25 09:17:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/catcodec-1.0.0.ebuild,v 1.5 2010/05/25 21:28:21 pacho Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://binaries.openttd.org/extra/catcodec/${PV}/${P}-source.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" src_prepare() { |