diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-19 02:15:29 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-19 02:15:29 +0000 |
commit | 2e59a4f83db18e1d162d11b3765dec1445ebac9e (patch) | |
tree | b0cbebf29163639cc10ae395f81c87b42e51208f /x11-themes/alloy | |
parent | Old. (diff) | |
download | historical-2e59a4f83db18e1d162d11b3765dec1445ebac9e.tar.gz historical-2e59a4f83db18e1d162d11b3765dec1445ebac9e.tar.bz2 historical-2e59a4f83db18e1d162d11b3765dec1445ebac9e.zip |
Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-themes/alloy')
-rw-r--r-- | x11-themes/alloy/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/alloy/alloy-0.5.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-themes/alloy/ChangeLog b/x11-themes/alloy/ChangeLog index 853edcab7c45..582995db721b 100644 --- a/x11-themes/alloy/ChangeLog +++ b/x11-themes/alloy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/alloy -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.26 2007/04/08 11:07:30 genstef Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.27 2008/02/19 02:06:30 ingmar Exp $ + + 19 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> alloy-0.5.2.ebuild: + Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528. *alloy-0.5.3 (08 Apr 2007) diff --git a/x11-themes/alloy/alloy-0.5.2.ebuild b/x11-themes/alloy/alloy-0.5.2.ebuild index 53b68441f4c3..24d9fd42a273 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-2006 Gentoo Foundation +# Copyright 1999-2008 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.13 2006/07/23 17:09:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild,v 1.14 2008/02/19 02:06:30 ingmar Exp $ inherit kde eutils @@ -13,12 +13,12 @@ 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 ) $(qt_min_version 3.3)" need-kde 3.2 src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/remove-extra-semicolon.patch + epatch "${FILESDIR}"/remove-extra-semicolon.patch } |