summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-19 02:06:30 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-19 02:06:30 +0000
commitbdbb8ae6bee7249741df1b159934af89b6494055 (patch)
tree65e5f2f41b083c26856f099d9ffeed9e7a363387 /x11-themes/alloy
parentUpdate kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528. (diff)
downloadgentoo-2-bdbb8ae6bee7249741df1b159934af89b6494055.tar.gz
gentoo-2-bdbb8ae6bee7249741df1b159934af89b6494055.tar.bz2
gentoo-2-bdbb8ae6bee7249741df1b159934af89b6494055.zip
Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes/alloy')
-rw-r--r--x11-themes/alloy/ChangeLog7
-rw-r--r--x11-themes/alloy/alloy-0.5.2.ebuild8
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
}