diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 20:02:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 20:02:45 +0000 |
commit | 6a3d9f100c8c818439aecb5057ab7f60f962de45 (patch) | |
tree | 532e2eae428d6ad44cd864150f26d95c7be7aa37 /games-puzzle | |
parent | Stable for amd64, wrt bug #400937 (diff) | |
download | gentoo-2-6a3d9f100c8c818439aecb5057ab7f60f962de45.tar.gz gentoo-2-6a3d9f100c8c818439aecb5057ab7f60f962de45.tar.bz2 gentoo-2-6a3d9f100c8c818439aecb5057ab7f60f962de45.zip |
Stable for amd64, wrt bug #400805
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/sgt-puzzles/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/sgt-puzzles/ChangeLog b/games-puzzle/sgt-puzzles/ChangeLog index 1bb477faba15..492e08175e57 100644 --- a/games-puzzle/sgt-puzzles/ChangeLog +++ b/games-puzzle/sgt-puzzles/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/sgt-puzzles -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/ChangeLog,v 1.11 2011/12/22 01:29:21 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/ChangeLog,v 1.12 2012/01/27 20:02:45 ago Exp $ + + 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> sgt-puzzles-9306.ebuild: + Stable for amd64, wrt bug #400805 *sgt-puzzles-9306 (22 Dec 2011) diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild index 47d48a26880b..361aa9e487ec 100644 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild,v 1.1 2011/12/22 01:29:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild,v 1.2 2012/01/27 20:02:45 ago 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" |