diff options
Diffstat (limited to 'games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild')
-rw-r--r-- | games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild index 361aa9e487ec..7dc8d61da5aa 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-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.2 2012/01/27 20:02:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/sgt-puzzles-9306.ebuild,v 1.3 2012/01/28 15:22:59 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" |