diff options
author | 2013-12-24 12:58:00 +0000 | |
---|---|---|
committer | 2013-12-24 12:58:00 +0000 | |
commit | f3e411e21dcc22b700d01312e272bb3392b57799 (patch) | |
tree | 3e4ca0c4673abcd7d0bf1709eae5445e96cbfd49 /games-sports | |
parent | Stable for x86, wrt bug #491996 (diff) | |
download | gentoo-2-f3e411e21dcc22b700d01312e272bb3392b57799.tar.gz gentoo-2-f3e411e21dcc22b700d01312e272bb3392b57799.tar.bz2 gentoo-2-f3e411e21dcc22b700d01312e272bb3392b57799.zip |
Stable for x86, wrt bug #491380
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/trophy/ChangeLog | 6 | ||||
-rw-r--r-- | games-sports/trophy/trophy-2.0.3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-sports/trophy/ChangeLog b/games-sports/trophy/ChangeLog index 835d9d3b11bb..9c1b2987a451 100644 --- a/games-sports/trophy/ChangeLog +++ b/games-sports/trophy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/trophy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/ChangeLog,v 1.12 2013/11/19 09:48:24 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/ChangeLog,v 1.13 2013/12/24 12:58:00 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> trophy-2.0.3.ebuild: + Stable for x86, wrt bug #491380 19 Nov 2013; Tony Vroon <chainsaw@gentoo.org> trophy-2.0.3.ebuild: Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El @@ -42,4 +45,3 @@ 31 Aug 2003; Michael Sterrett <msterret@gentoo.org> trophy-1.1.3.ebuild: initial commit. I think this ebuild is from Rob Cakebread. - diff --git a/games-sports/trophy/trophy-2.0.3.ebuild b/games-sports/trophy/trophy-2.0.3.ebuild index 393797668e68..8b21c5579a3f 100644 --- a/games-sports/trophy/trophy-2.0.3.ebuild +++ b/games-sports/trophy/trophy-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/trophy-2.0.3.ebuild,v 1.2 2013/11/19 09:48:24 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/trophy-2.0.3.ebuild,v 1.3 2013/12/24 12:58:00 ago Exp $ EAPI=5 inherit eutils gnome2-utils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-games/clanlib:0.8[opengl]" |