diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-27 16:16:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-27 16:16:11 +0000 |
commit | 03a076fd0a2997be08ae596715eca9c27b8caac2 (patch) | |
tree | 23ef2030de63277de432dea3695c3e5ed7e8deee /games-roguelike | |
parent | Add new --with-rootrundir=/run to configure. (diff) | |
download | gentoo-2-03a076fd0a2997be08ae596715eca9c27b8caac2.tar.gz gentoo-2-03a076fd0a2997be08ae596715eca9c27b8caac2.tar.bz2 gentoo-2-03a076fd0a2997be08ae596715eca9c27b8caac2.zip |
Stable for amd64/x86, wrt bug #518238
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/FTL/ChangeLog | 7 | ||||
-rw-r--r-- | games-roguelike/FTL/FTL-1.5.13.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-roguelike/FTL/ChangeLog b/games-roguelike/FTL/ChangeLog index 5e68c376f837..2eb87483e52a 100644 --- a/games-roguelike/FTL/ChangeLog +++ b/games-roguelike/FTL/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/FTL -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/ChangeLog,v 1.20 2014/11/26 09:25:52 dlan Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/ChangeLog,v 1.21 2015/03/27 16:16:11 ago Exp $ + + 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> FTL-1.5.13.ebuild: + Stable for amd64/x86, wrt bug #518238 26 Nov 2014; Yixun Lan <dlan@gentoo.org> metadata.xml: udpate meatadata.xml, add Alex Xu as maintainer diff --git a/games-roguelike/FTL/FTL-1.5.13.ebuild b/games-roguelike/FTL/FTL-1.5.13.ebuild index 7323c7ddc152..d3084421bf96 100644 --- a/games-roguelike/FTL/FTL-1.5.13.ebuild +++ b/games-roguelike/FTL/FTL-1.5.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.5.13.ebuild,v 1.1 2014/06/13 20:17:06 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.5.13.ebuild,v 1.2 2015/03/27 16:16:11 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="FTL.${PV}.tar.gz" LICENSE="all-rights-reserved Boost-1.0 free-noncomm MIT bundled-libs? ( FTL LGPL-2.1 ZLIB libpng )" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="bundled-libs" RESTRICT="fetch bindist splitdebug" |