diff options
author | 2013-02-14 22:05:28 +0000 | |
---|---|---|
committer | 2013-02-14 22:05:28 +0000 | |
commit | 597fdaa14fa9635bb8b55293706c54e21f801857 (patch) | |
tree | 76485b676d568df56f735a6cd8709f79a3b38ba2 /games-server | |
parent | Stable for ppc, wrt bug #457114 (diff) | |
download | gentoo-2-597fdaa14fa9635bb8b55293706c54e21f801857.tar.gz gentoo-2-597fdaa14fa9635bb8b55293706c54e21f801857.tar.bz2 gentoo-2-597fdaa14fa9635bb8b55293706c54e21f801857.zip |
Stable for ppc, wrt bug #457118
(Portage version: 2.1.11.31/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/crossfire-server/ChangeLog | 5 | ||||
-rw-r--r-- | games-server/crossfire-server/crossfire-server-1.70.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-server/crossfire-server/ChangeLog b/games-server/crossfire-server/ChangeLog index b474b60e4f24..c607b078b189 100644 --- a/games-server/crossfire-server/ChangeLog +++ b/games-server/crossfire-server/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-server/crossfire-server # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.29 2013/02/14 12:09:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.30 2013/02/14 22:05:28 ago Exp $ + + 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> crossfire-server-1.70.0.ebuild: + Stable for ppc, wrt bug #457118 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> crossfire-server-1.70.0.ebuild: Stable for x86, wrt bug #457118 diff --git a/games-server/crossfire-server/crossfire-server-1.70.0.ebuild b/games-server/crossfire-server/crossfire-server-1.70.0.ebuild index 53cb09d3b2e7..b257f749bc64 100644 --- a/games-server/crossfire-server/crossfire-server-1.70.0.ebuild +++ b/games-server/crossfire-server/crossfire-server-1.70.0.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-server/crossfire-server/crossfire-server-1.70.0.ebuild,v 1.3 2013/02/14 12:09:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.70.0.ebuild,v 1.4 2013/02/14 22:05:28 ago Exp $ EAPI=5 inherit eutils games @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/crossfire/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="X" RESTRICT="test" |