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 | |
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
-rw-r--r-- | games-kids/pytraffic/pytraffic-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | games-misc/qlife/qlife-0.7.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-kids/pytraffic/pytraffic-1.2.1.ebuild b/games-kids/pytraffic/pytraffic-1.2.1.ebuild index 25413ce8d7f9..e727d8bd292c 100644 --- a/games-kids/pytraffic/pytraffic-1.2.1.ebuild +++ b/games-kids/pytraffic/pytraffic-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-1.2.1.ebuild,v 1.3 2005/01/02 07:10:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-1.2.1.ebuild,v 1.4 2005/01/03 02:19:42 vapier Exp $ inherit distutils games @@ -10,7 +10,7 @@ SRC_URI="http://alpha.luc.ac.be/Research/Algebra/Members/pytraffic/PyTraffic-${P LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-lang/python 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() { |