diff options
author | 2010-05-25 09:09:45 +0000 | |
---|---|---|
committer | 2010-05-25 09:09:45 +0000 | |
commit | ec4dcf8ca121f8176603a93f23ee9bffb7a8d953 (patch) | |
tree | 7c88f611bc443f411d5d0f397c210b0e4ebc5d83 /games-util/nforenum | |
parent | Version bump. (diff) | |
download | gentoo-2-ec4dcf8ca121f8176603a93f23ee9bffb7a8d953.tar.gz gentoo-2-ec4dcf8ca121f8176603a93f23ee9bffb7a8d953.tar.bz2 gentoo-2-ec4dcf8ca121f8176603a93f23ee9bffb7a8d953.zip |
x86 stable wrt bug #320495
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-util/nforenum')
-rw-r--r-- | games-util/nforenum/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/nforenum/nforenum-0_pre2309.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-util/nforenum/ChangeLog b/games-util/nforenum/ChangeLog index 71b19c5712cb..2d97a31de874 100644 --- a/games-util/nforenum/ChangeLog +++ b/games-util/nforenum/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/nforenum # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/nforenum/ChangeLog,v 1.1 2010/04/08 22:14:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nforenum/ChangeLog,v 1.2 2010/05/25 09:09:45 phajdan.jr Exp $ + + 25 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + nforenum-0_pre2309.ebuild: + x86 stable wrt bug #320495 *nforenum-0_pre2309 (08 Apr 2010) diff --git a/games-util/nforenum/nforenum-0_pre2309.ebuild b/games-util/nforenum/nforenum-0_pre2309.ebuild index 82e00cd43271..d9fe96132664 100644 --- a/games-util/nforenum/nforenum-0_pre2309.ebuild +++ b/games-util/nforenum/nforenum-0_pre2309.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/nforenum/nforenum-0_pre2309.ebuild,v 1.2 2010/04/18 07:28:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nforenum/nforenum-0_pre2309.ebuild,v 1.3 2010/05/25 09:09:45 phajdan.jr Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://binaries.openttd.org/extra/nforenum/${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} |