diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-03 02:20:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-03 02:20:31 +0000 |
commit | 9e1bae61f44127a2f36f68a1bd7537d6c4a154f7 (patch) | |
tree | 02056a51e65cd0ae02f9b4d8383d967b8a72e277 /games-misc | |
parent | Add patch from upstream to fix keyrepeating #76448 by Jon Daniel. (Manifest r... (diff) | |
download | gentoo-2-9e1bae61f44127a2f36f68a1bd7537d6c4a154f7.tar.gz gentoo-2-9e1bae61f44127a2f36f68a1bd7537d6c4a154f7.tar.bz2 gentoo-2-9e1bae61f44127a2f36f68a1bd7537d6c4a154f7.zip |
amd64 KEYWORD #76464
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/qlife/qlife-0.7.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-misc/qlife/qlife-0.7.ebuild b/games-misc/qlife/qlife-0.7.ebuild index 5c1e9dbb1fcc..52fa7f35279b 100644 --- a/games-misc/qlife/qlife-0.7.ebuild +++ b/games-misc/qlife/qlife-0.7.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.7.ebuild,v 1.2 2004/10/17 10:00:54 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.7.ebuild,v 1.3 2005/01/03 02:20:31 vapier Exp $ inherit kde need-qt 3 -DESCRIPTION="Simulates the classical Game of Life invented by John Conway." +DESCRIPTION="Simulates the classical Game of Life invented by John Conway" HOMEPAGE="http://personal.inet.fi/koti/rkauppila/projects/life/" SRC_URI="http://freshmeat.net/redir/qlife/50265/url_tgz/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="amd64 ppc x86" IUSE="" src_compile() { |