diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-09-05 17:48:06 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-09-05 17:48:06 +0000 |
commit | 554ae05bc6854e3d0d4aef32e1dc3e9c9ebd3e3c (patch) | |
tree | e0de5e11995ae568088b64cd539de24434b7bae8 /games-puzzle | |
parent | fix for new svdrp port 6419, used in >=vdr-1.7.15 (diff) | |
download | gentoo-2-554ae05bc6854e3d0d4aef32e1dc3e9c9ebd3e3c.tar.gz gentoo-2-554ae05bc6854e3d0d4aef32e1dc3e9c9ebd3e3c.tar.bz2 gentoo-2-554ae05bc6854e3d0d4aef32e1dc3e9c9ebd3e3c.zip |
x86 stable wrt bug #335483
(Portage version: 2.1.8.3/cvs/Linux i686)
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 8fec542e87d6..7aa8c8bb6e31 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.5 2010/07/29 20:50:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/ChangeLog,v 1.6 2010/09/05 17:48:06 phajdan.jr Exp $ + + 05 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + sgt-puzzles-8972.ebuild: + x86 stable wrt bug #335483 *sgt-puzzles-8972 (29 Jul 2010) diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-8972.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-8972.ebuild index adc7a1d4527d..73beef06cc20 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.1 2010/07/29 20:50:25 mr_bones_ Exp $ +# $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 $ 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" |