diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-12 11:41:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-12 11:41:32 +0000 |
commit | 65f01c92946cef2cbbdf13a37f03c5fb549b43eb (patch) | |
tree | 57d08442420eac6a4855216269b0fb1f84b98d1a /games-misc | |
parent | Add ~x86 wrt #223403 (diff) | |
download | gentoo-2-65f01c92946cef2cbbdf13a37f03c5fb549b43eb.tar.gz gentoo-2-65f01c92946cef2cbbdf13a37f03c5fb549b43eb.tar.bz2 gentoo-2-65f01c92946cef2cbbdf13a37f03c5fb549b43eb.zip |
x86 stable wrt #234453
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/qlife/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/qlife/qlife-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/qlife/ChangeLog b/games-misc/qlife/ChangeLog index 6e52a809e23c..012602a68472 100644 --- a/games-misc/qlife/ChangeLog +++ b/games-misc/qlife/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/qlife # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.8 2008/08/11 23:51:38 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.9 2008/08/12 11:41:32 armin76 Exp $ + + 12 Aug 2008; Raúl Porcel <armin76@gentoo.org> qlife-0.9.ebuild: + x86 stable wrt #234453 12 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org> qlife-0.9.ebuild: stable amd64, bug 234453 diff --git a/games-misc/qlife/qlife-0.9.ebuild b/games-misc/qlife/qlife-0.9.ebuild index 24afabfcd2a3..f0b9bdb20e57 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.4 2008/08/11 23:51:38 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.5 2008/08/12 11:41:32 armin76 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 )" |