diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-10 17:38:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-10 17:38:47 +0000 |
commit | 6d2b9d655979e5885bb34105918146e755f1918b (patch) | |
tree | 1b3e5b281b99e5800d023b13c2213c2f5a16c45a /games-roguelike | |
parent | Stable for x86, wrt bug #518220 (diff) | |
download | gentoo-2-6d2b9d655979e5885bb34105918146e755f1918b.tar.gz gentoo-2-6d2b9d655979e5885bb34105918146e755f1918b.tar.bz2 gentoo-2-6d2b9d655979e5885bb34105918146e755f1918b.zip |
Stable for x86, wrt bug #518224
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/stone-soup/ChangeLog | 5 | ||||
-rw-r--r-- | games-roguelike/stone-soup/stone-soup-0.14.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-roguelike/stone-soup/ChangeLog b/games-roguelike/stone-soup/ChangeLog index 7fb0e14bd04c..6ea94b23fefc 100644 --- a/games-roguelike/stone-soup/ChangeLog +++ b/games-roguelike/stone-soup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/stone-soup # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/stone-soup/ChangeLog,v 1.31 2014/08/01 15:47:59 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/stone-soup/ChangeLog,v 1.32 2014/08/10 17:38:47 ago Exp $ + + 10 Aug 2014; Agostino Sarubbo <ago@gentoo.org> stone-soup-0.14.1.ebuild: + Stable for x86, wrt bug #518224 01 Aug 2014; Chema Alonso <nimiux@gentoo.org> stone-soup-0.14.1.ebuild: Stable for amd64 wrt bug #518224 diff --git a/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild b/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild index 962157a805ed..34443d130a99 100644 --- a/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild,v 1.2 2014/08/01 15:47:59 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild,v 1.3 2014/08/10 17:38:47 ago Exp $ ## TODO # add sound support (no build switch, no sound files) @@ -26,7 +26,7 @@ SRC_URI="mirror://sourceforge/crawl-ref/Stone%20Soup/${PV}/${MY_P}-nodeps.tar.xz # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/ LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug ncurses test +tiles" REQUIRED_USE="|| ( ncurses tiles )" # test is broken |