diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-09-21 20:31:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-09-21 20:31:58 +0000 |
commit | 7f3405db268e3432607f91eb904ce5c6f5d7593e (patch) | |
tree | 9454df97a41cc2eafab0e93111f8bac9ebdbd32f /games-puzzle | |
parent | Fast track stabilization. See bug #338273. Removed older versions. (diff) | |
download | gentoo-2-7f3405db268e3432607f91eb904ce5c6f5d7593e.tar.gz gentoo-2-7f3405db268e3432607f91eb904ce5c6f5d7593e.tar.bz2 gentoo-2-7f3405db268e3432607f91eb904ce5c6f5d7593e.zip |
Stable on amd64 wrt bug #335483
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/sgt-puzzles/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/sgt-puzzles/sgt-puzzles-8972.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-puzzle/sgt-puzzles/ChangeLog b/games-puzzle/sgt-puzzles/ChangeLog index 7aa8c8bb6e31..1b60576b6a04 100644 --- a/games-puzzle/sgt-puzzles/ChangeLog +++ b/games-puzzle/sgt-puzzles/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/sgt-puzzles # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/ChangeLog,v 1.6 2010/09/05 17:48:06 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/ChangeLog,v 1.7 2010/09/21 20:31:58 hwoarang Exp $ + + 21 Sep 2010; Markos Chandras <hwoarang@gentoo.org> + sgt-puzzles-8972.ebuild: + Stable on amd64 wrt bug #335483 05 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> sgt-puzzles-8972.ebuild: diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-8972.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-8972.ebuild index 73beef06cc20..b811db772b6e 100644 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-8972.ebuild +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-8972.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/sgt-puzzles-8972.ebuild,v 1.2 2010/09/05 17:48:06 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/sgt-puzzles-8972.ebuild,v 1.3 2010/09/21 20:31:58 hwoarang Exp $ EAPI=2 inherit eutils toolchain-funcs games @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-r${PV}.tar.gz" S=${WORKDIR}/puzzles-r${PV} - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Simon Tatham's Portable Puzzle Collection" |