diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-25 20:30:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-25 20:30:44 +0000 |
commit | 9042f5c399d71996a359bcc076e098126e844b09 (patch) | |
tree | 18050564ad7cbc24b02610cb3e9d791181d29bfd | |
parent | drop qt meta package (diff) | |
download | gentoo-2-9042f5c399d71996a359bcc076e098126e844b09.tar.gz gentoo-2-9042f5c399d71996a359bcc076e098126e844b09.tar.bz2 gentoo-2-9042f5c399d71996a359bcc076e098126e844b09.zip |
drop qt meta package
(Portage version: 2.1.6.13/cvs/Linux i686)
-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 ef8719721e44..c69f255f82bf 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.6 2008/08/14 17:18:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.7 2009/06/25 20:30:44 mr_bones_ Exp $ EAPI=1 inherit qt4 games @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )" +DEPEND="x11-libs/qt-gui:4" S=${WORKDIR}/${MY_P} |