diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-19 02:07:56 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-19 02:07:56 +0000 |
commit | 2adf95b6c43a010550263f0620fa137838340286 (patch) | |
tree | 65b70104496cc87165bdb701ffde5e923b0ac236 /x11-themes/domino | |
parent | Old. (diff) | |
download | gentoo-2-2adf95b6c43a010550263f0620fa137838340286.tar.gz gentoo-2-2adf95b6c43a010550263f0620fa137838340286.tar.bz2 gentoo-2-2adf95b6c43a010550263f0620fa137838340286.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/domino')
-rw-r--r-- | x11-themes/domino/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/domino/domino-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/domino/ChangeLog b/x11-themes/domino/ChangeLog index 2714d07b86d3..c6e966dc104c 100644 --- a/x11-themes/domino/ChangeLog +++ b/x11-themes/domino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/domino # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/domino/ChangeLog,v 1.6 2008/01/07 08:37:35 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/domino/ChangeLog,v 1.7 2008/02/19 02:07:56 ingmar Exp $ + + 19 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> domino-0.4.ebuild: + Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528. 07 Jan 2008; Christian Faulhammer <opfer@gentoo.org> domino-0.4.ebuild: stable x86, bug 203224 diff --git a/x11-themes/domino/domino-0.4.ebuild b/x11-themes/domino/domino-0.4.ebuild index 95fcfd03b76e..0c1ab8afc811 100644 --- a/x11-themes/domino/domino-0.4.ebuild +++ b/x11-themes/domino/domino-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/domino/domino-0.4.ebuild,v 1.6 2008/01/07 08:37:35 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/domino/domino-0.4.ebuild,v 1.7 2008/02/19 02:07:56 ingmar Exp $ ARTS_REQUIRED="never" inherit kde @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" -RDEPEND="|| ( kde-base/kwin kde-base/kdebase )" +RDEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5* )" need-kde 3.4 PATCHES="${FILESDIR}/${P}-fbsd.patch" |