diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-19 02:05:41 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-19 02:05:41 +0000 |
commit | 8d1277aa5be9161796617222ae545ab14a7e975b (patch) | |
tree | 27b81cf088018ebc6b84b59d40e9c24aefef1bb9 /x11-themes/activeheart-kwin | |
parent | Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528. (diff) | |
download | gentoo-2-8d1277aa5be9161796617222ae545ab14a7e975b.tar.gz gentoo-2-8d1277aa5be9161796617222ae545ab14a7e975b.tar.bz2 gentoo-2-8d1277aa5be9161796617222ae545ab14a7e975b.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/activeheart-kwin')
-rw-r--r-- | x11-themes/activeheart-kwin/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-themes/activeheart-kwin/ChangeLog b/x11-themes/activeheart-kwin/ChangeLog index b3dd65f58760..14df587ee1c1 100644 --- a/x11-themes/activeheart-kwin/ChangeLog +++ b/x11-themes/activeheart-kwin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/activeheart-kwin -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/ChangeLog,v 1.10 2006/09/24 21:02:16 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/ChangeLog,v 1.11 2008/02/19 02:05:41 ingmar Exp $ + + 19 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> + activeheart-kwin-1.1.ebuild: + Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528. 24 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> activeheart-kwin-1.1.ebuild: diff --git a/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild b/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild index a2f1219156f6..7cc687700d0f 100644 --- a/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild +++ b/x11-themes/activeheart-kwin/activeheart-kwin-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/activeheart-kwin/activeheart-kwin-1.1.ebuild,v 1.9 2006/09/24 21:02:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild,v 1.10 2008/02/19 02:05:41 ingmar Exp $ inherit kde @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc sparc x86 ~x86-fbsd" IUSE="" -DEPEND="|| ( kde-base/kwin kde-base/kdebase )" +DEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5* )" RDEPEND="${DEPEND}" need-kde 3.2 |