diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-05-28 18:13:19 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-05-28 18:13:19 +0000 |
commit | 35b18f47cc40950e07f8e5012c9ad8a80c650b5d (patch) | |
tree | 44ddb60b20f754723c32ae9ce7a3ee4ccdb06a6f /games-util | |
parent | Marked ppc stable, ~ppc64 for bug #320503. (diff) | |
download | gentoo-2-35b18f47cc40950e07f8e5012c9ad8a80c650b5d.tar.gz gentoo-2-35b18f47cc40950e07f8e5012c9ad8a80c650b5d.tar.bz2 gentoo-2-35b18f47cc40950e07f8e5012c9ad8a80c650b5d.zip |
Marked ppc/ppc64 stable for bug #320495.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/nforenum/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/nforenum/nforenum-0_pre2309.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/nforenum/ChangeLog b/games-util/nforenum/ChangeLog index 8af32fd239b4..075b7f1c04d4 100644 --- a/games-util/nforenum/ChangeLog +++ b/games-util/nforenum/ChangeLog @@ -1,6 +1,9 @@ # 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.3 2010/05/25 21:21:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nforenum/ChangeLog,v 1.4 2010/05/28 18:13:19 josejx Exp $ + + 28 May 2010; Joseph Jezak <josejx@gentoo.org> nforenum-0_pre2309.ebuild: + Marked ppc/ppc64 stable for bug #320495. 25 May 2010; Pacho Ramos <pacho@gentoo.org> nforenum-0_pre2309.ebuild: stable amd64, bug 320495 diff --git a/games-util/nforenum/nforenum-0_pre2309.ebuild b/games-util/nforenum/nforenum-0_pre2309.ebuild index 91c88eb90118..dbaa23dc0e83 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.4 2010/05/25 21:21:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nforenum/nforenum-0_pre2309.ebuild,v 1.5 2010/05/28 18:13:19 josejx 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} |