diff options
author | 2009-11-03 04:05:47 +0000 | |
---|---|---|
committer | 2009-11-03 04:05:47 +0000 | |
commit | 890a713b9688f59982f1e4c1fe79cffc2d2480a2 (patch) | |
tree | dbd734f88483bbb2c36e46db2d0c1a1e59b40a88 /x11-themes | |
parent | no longer need to block newer mesa since eselect-opengl has been updated. rem... (diff) | |
download | gentoo-2-890a713b9688f59982f1e4c1fe79cffc2d2480a2.tar.gz gentoo-2-890a713b9688f59982f1e4c1fe79cffc2d2480a2.tar.bz2 gentoo-2-890a713b9688f59982f1e4c1fe79cffc2d2480a2.zip |
Update kde-base/ deps so KDE 4 doesn't satisfy it
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/alloy/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/alloy/alloy-0.5.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-themes/alloy/ChangeLog b/x11-themes/alloy/ChangeLog index 1866c96012d7..0488f1c0f461 100644 --- a/x11-themes/alloy/ChangeLog +++ b/x11-themes/alloy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/alloy -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.28 2008/07/28 21:39:23 carlo Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.29 2009/11/03 04:05:47 abcd Exp $ + + 03 Nov 2009; Jonathan Callen <abcd@gentoo.org> alloy-0.5.3.ebuild: + Update kde-base/ deps so KDE 4 doesn't satisfy it 28 Jul 2008; Carsten Lohrke <carlo@gentoo.org> alloy-0.5.2.ebuild, alloy-0.5.3.ebuild: diff --git a/x11-themes/alloy/alloy-0.5.3.ebuild b/x11-themes/alloy/alloy-0.5.3.ebuild index 01dd994b066c..7d16edeebc2f 100644 --- a/x11-themes/alloy/alloy-0.5.3.ebuild +++ b/x11-themes/alloy/alloy-0.5.3.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/alloy/alloy-0.5.3.ebuild,v 1.2 2008/07/28 21:39:23 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.3.ebuild,v 1.3 2009/11/03 04:05:47 abcd Exp $ inherit kde @@ -13,5 +13,5 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.2 )" +DEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5* )" need-kde 3.5 |