diff options
Diffstat (limited to 'games-misc/qlife/qlife-0.9.ebuild')
-rw-r--r-- | games-misc/qlife/qlife-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/qlife/qlife-0.9.ebuild b/games-misc/qlife/qlife-0.9.ebuild index 5a21048649a2..24afabfcd2a3 100644 --- a/games-misc/qlife/qlife-0.9.ebuild +++ b/games-misc/qlife/qlife-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.3 2008/06/30 23:28:11 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.4 2008/08/11 23:51:38 gentoofan23 Exp $ EAPI=1 inherit qt4 games @@ -12,7 +12,7 @@ SRC_URI="http://personal.inet.fi/koti/rkauppila/projects/life/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )" |