diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-25 12:16:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-25 12:16:58 +0000 |
commit | deae55a320031f6ba7e84a61b2a06b7af4ece06e (patch) | |
tree | d0cae065baaa0eea4f1ffa35e9ec4e203551467b /games-roguelike | |
parent | Stable for x86, wrt bug #457890 (diff) | |
download | gentoo-2-deae55a320031f6ba7e84a61b2a06b7af4ece06e.tar.gz gentoo-2-deae55a320031f6ba7e84a61b2a06b7af4ece06e.tar.bz2 gentoo-2-deae55a320031f6ba7e84a61b2a06b7af4ece06e.zip |
Stable for x86, wrt bug #457128
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/FTL/ChangeLog | 6 | ||||
-rw-r--r-- | games-roguelike/FTL/FTL-1.03.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-roguelike/FTL/ChangeLog b/games-roguelike/FTL/ChangeLog index 647b8c634723..76a4dae1a749 100644 --- a/games-roguelike/FTL/ChangeLog +++ b/games-roguelike/FTL/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/FTL # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/ChangeLog,v 1.4 2013/01/03 19:09:57 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/ChangeLog,v 1.5 2013/02/25 12:16:58 ago Exp $ + + 25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> FTL-1.03.1.ebuild: + Stable for x86, wrt bug #457128 03 Jan 2013; Julian Ospald <hasufell@gentoo.org> FTL-1.03.1.ebuild: small license fix @@ -16,4 +19,3 @@ 01 Jan 2013; Julian Ospald <hasufell@gentoo.org> +FTL-1.03.1.ebuild, +metadata.xml: initial import - diff --git a/games-roguelike/FTL/FTL-1.03.1.ebuild b/games-roguelike/FTL/FTL-1.03.1.ebuild index 3f8036c6c6a2..08266f5a4bd2 100644 --- a/games-roguelike/FTL/FTL-1.03.1.ebuild +++ b/games-roguelike/FTL/FTL-1.03.1.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-roguelike/FTL/FTL-1.03.1.ebuild,v 1.4 2013/01/03 19:09:57 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.03.1.ebuild,v 1.5 2013/02/25 12:16:58 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="ftl_faster_than_light-linux-${PV}.tar.gz" LICENSE="all-rights-reserved Boost-1.0 free-noncomm MIT !system-libs? ( FTL LGPL-2.1 ZLIB libpng )" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" IUSE="+system-libs" RESTRICT="fetch bindist" |