diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2008-08-11 23:51:38 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2008-08-11 23:51:38 +0000 |
commit | 3df7fb000bc94644cfd34cfac0fa82765f956eb4 (patch) | |
tree | ea15084d8dee7e451ea5d12d390007f0740d7465 /games-misc/qlife | |
parent | Fix split qt4 deps wrt bug 217161. (diff) | |
download | gentoo-2-3df7fb000bc94644cfd34cfac0fa82765f956eb4.tar.gz gentoo-2-3df7fb000bc94644cfd34cfac0fa82765f956eb4.tar.bz2 gentoo-2-3df7fb000bc94644cfd34cfac0fa82765f956eb4.zip |
stable amd64, bug 234453
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-misc/qlife')
-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 0291bf06d2b0..6e52a809e23c 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.7 2008/06/30 23:28:11 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.8 2008/08/11 23:51:38 gentoofan23 Exp $ + + 12 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org> qlife-0.9.ebuild: + stable amd64, bug 234453 30 Jun 2008; Tristan Heaven <nyhm@gentoo.org> qlife-0.9.ebuild: Add split qt-4 dependencies, bug #217170 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 )" |