diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-26 19:25:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-26 19:25:57 +0000 |
commit | ef4afbdb3dd68eb92cbaa9d07b015f763ba7ff8b (patch) | |
tree | 026f7c7672e61bb2d2633d1ae8f7f043eb8ba780 /games-server | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-ef4afbdb3dd68eb92cbaa9d07b015f763ba7ff8b.tar.gz gentoo-2-ef4afbdb3dd68eb92cbaa9d07b015f763ba7ff8b.tar.bz2 gentoo-2-ef4afbdb3dd68eb92cbaa9d07b015f763ba7ff8b.zip |
Stable for amd64, wrt bug #412669
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/crossfire-server/ChangeLog | 6 | ||||
-rw-r--r-- | games-server/crossfire-server/crossfire-server-1.60.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-server/crossfire-server/ChangeLog b/games-server/crossfire-server/ChangeLog index 20bb51606c7e..fc5c1c327ae2 100644 --- a/games-server/crossfire-server/ChangeLog +++ b/games-server/crossfire-server/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-server/crossfire-server # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.21 2012/04/23 19:17:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.22 2012/04/26 19:25:57 ago Exp $ + + 26 Apr 2012; Agostino Sarubbo <ago@gentoo.org> + crossfire-server-1.60.0.ebuild: + Stable for amd64, wrt bug #412669 23 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> crossfire-server-1.60.0.ebuild: diff --git a/games-server/crossfire-server/crossfire-server-1.60.0.ebuild b/games-server/crossfire-server/crossfire-server-1.60.0.ebuild index 24cca970dcba..bb0900a98e04 100644 --- a/games-server/crossfire-server/crossfire-server-1.60.0.ebuild +++ b/games-server/crossfire-server/crossfire-server-1.60.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.60.0.ebuild,v 1.2 2012/04/23 19:17:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.3 2012/04/26 19:25:57 ago Exp $ EAPI=2 inherit eutils autotools 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" |