diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-17 18:24:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-17 18:24:02 +0000 |
commit | 72dc0c4fd988aa24e111c5ea21aee28329f0f362 (patch) | |
tree | 04c76728e0cc2169d4c9f16cf790b55f0f6a094e /x11-themes | |
parent | Export CC so that the makefile patch becomes useful (bug #268636). (diff) | |
download | gentoo-2-72dc0c4fd988aa24e111c5ea21aee28329f0f362.tar.gz gentoo-2-72dc0c4fd988aa24e111c5ea21aee28329f0f362.tar.bz2 gentoo-2-72dc0c4fd988aa24e111c5ea21aee28329f0f362.zip |
Fix old style Qt4 depend
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6.ebuild index 77a5f21b7eef..bc4efbe6ecad 100644 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6.ebuild +++ b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6.ebuild,v 1.12 2008/11/08 19:50:47 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6.ebuild,v 1.13 2009/12/17 18:24:02 ssuominen Exp $ EAPI="1" inherit flag-o-matic cmake-utils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" IUSE="" -DEPEND="|| ( x11-libs/qt-gui:4 <x11-libs/qt-4.4:4 )" +DEPEND="x11-libs/qt-gui:4" S="${WORKDIR}/${MY_P}" DOCS="ChangeLog README TODO" |