diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-19 02:09:45 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-19 02:09:45 +0000 |
commit | bc88e82efecead4ee31ba7a29445d4f0b5906352 (patch) | |
tree | 4eec65c9a2abc78914ba5ae8fcd54f5a2dbb6440 /x11-themes | |
parent | Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528. (diff) | |
download | gentoo-2-bc88e82efecead4ee31ba7a29445d4f0b5906352.tar.gz gentoo-2-bc88e82efecead4ee31ba7a29445d4f0b5906352.tar.bz2 gentoo-2-bc88e82efecead4ee31ba7a29445d4f0b5906352.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')
-rw-r--r-- | x11-themes/fusionx-aqua/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-themes/fusionx-aqua/ChangeLog b/x11-themes/fusionx-aqua/ChangeLog index eb7bd6045fe5..41bd71e7b2f9 100644 --- a/x11-themes/fusionx-aqua/ChangeLog +++ b/x11-themes/fusionx-aqua/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/fusionx-aqua -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.14 2006/11/28 00:38:15 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.15 2008/02/19 02:09:45 ingmar Exp $ + + 19 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> fusionx-aqua-1.1.ebuild: + Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528. 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> fusionx-aqua-1.1.ebuild: diff --git a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild index a2184a8770df..d1be10f99900 100644 --- a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild +++ b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.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/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.19 2006/11/28 00:38:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.20 2008/02/19 02:09:45 ingmar Exp $ MY_P="FusionX-Aqua-${PV}" S=${WORKDIR}/${MY_P} @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="|| ( kde-base/kwin kde-base/kdebase ) - || ( kde-base/kdeartwork-kwin-styles kde-base/kdeartwork )" +RDEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5* ) + || ( =kde-base/kdeartwork-kwin-styles-3.5* =kde-base/kdeartwork-3.5* )" DEPEND="" RESTRICT="binchecks strip" |