diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-24 17:27:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-24 17:27:20 +0000 |
commit | b6b89af31b5a031112415130cc21decc6dcb3201 (patch) | |
tree | 6c3f492b4f7f6d3494106a63379d729d554b96fe /games-server | |
parent | Stable for amd64, wrt bug #543528 (diff) | |
download | gentoo-2-b6b89af31b5a031112415130cc21decc6dcb3201.tar.gz gentoo-2-b6b89af31b5a031112415130cc21decc6dcb3201.tar.bz2 gentoo-2-b6b89af31b5a031112415130cc21decc6dcb3201.zip |
Stable for amd64, wrt bug #543986
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.71.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 9bf5b0ef30bf..6d1aef40a99a 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.33 2015/02/19 03:56:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.34 2015/03/24 17:27:20 ago Exp $ + + 24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> crossfire-server-1.71.0.ebuild: + Stable for amd64, wrt bug #543986 19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> crossfire-server-1.71.0.ebuild: diff --git a/games-server/crossfire-server/crossfire-server-1.71.0.ebuild b/games-server/crossfire-server/crossfire-server-1.71.0.ebuild index 83184316a2c2..66c7f8bcb942 100644 --- a/games-server/crossfire-server/crossfire-server-1.71.0.ebuild +++ b/games-server/crossfire-server/crossfire-server-1.71.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.71.0.ebuild,v 1.2 2015/02/19 03:56:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.71.0.ebuild,v 1.3 2015/03/24 17:27:20 ago Exp $ EAPI=5 inherit eutils games @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/crossfire/${PN}/${PV}/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="X" RESTRICT="test" |