diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 16:16:25 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 16:16:25 +0000 |
commit | 0040a0fc54f3c5b6d6d62ca01f85c3a9937a2237 (patch) | |
tree | 352a10be852dc294e3eeaab1e142c974b7107c7c /x11-themes/alloy | |
parent | Version bump. (diff) | |
download | gentoo-2-0040a0fc54f3c5b6d6d62ca01f85c3a9937a2237.tar.gz gentoo-2-0040a0fc54f3c5b6d6d62ca01f85c3a9937a2237.tar.bz2 gentoo-2-0040a0fc54f3c5b6d6d62ca01f85c3a9937a2237.zip |
Change qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-themes/alloy')
-rw-r--r-- | x11-themes/alloy/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/alloy/alloy-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/alloy/ChangeLog b/x11-themes/alloy/ChangeLog index 0571e7de361d..24fe3c21b72b 100644 --- a/x11-themes/alloy/ChangeLog +++ b/x11-themes/alloy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/alloy # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.19 2005/04/18 16:25:13 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.20 2005/07/25 16:11:49 caleb Exp $ + + 25 Jul 2005; Caleb Tennis <caleb@gentoo.org> alloy-0.5.2.ebuild: + Change qt dep per bug #100235 18 Apr 2005; Carsten Lohrke <carlo@gentoo.org> alloy-0.5.2.ebuild: corrected dependencies diff --git a/x11-themes/alloy/alloy-0.5.2.ebuild b/x11-themes/alloy/alloy-0.5.2.ebuild index 84294b19007f..c2ff5f2cc2fd 100644 --- a/x11-themes/alloy/alloy-0.5.2.ebuild +++ b/x11-themes/alloy/alloy-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild,v 1.7 2005/04/18 16:25:14 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild,v 1.8 2005/07/25 16:11:49 caleb Exp $ inherit kde eutils @@ -14,7 +14,7 @@ KEYWORDS="x86 ppc ~alpha ~amd64 ~sparc" IUSE="" DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.2 ) - >=x11-libs/qt-3.3.0" + $(qt_min_version 3.3)" need-kde 3.2 src_unpack() { |