diff options
-rw-r--r-- | kde-misc/kshutdown/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/kshutdown/kshutdown-1.0.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/kde-misc/kshutdown/ChangeLog b/kde-misc/kshutdown/ChangeLog index 6c26f538ddff..e8658e4b694e 100644 --- a/kde-misc/kshutdown/ChangeLog +++ b/kde-misc/kshutdown/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kshutdown -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/ChangeLog,v 1.11 2007/05/23 19:30:14 genstef Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/ChangeLog,v 1.12 2008/02/18 22:51:47 ingmar Exp $ + + 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> kshutdown-1.0.ebuild: + Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206571. *kshutdown-1.0 (23 May 2007) diff --git a/kde-misc/kshutdown/kshutdown-1.0.ebuild b/kde-misc/kshutdown/kshutdown-1.0.ebuild index b8fcbd926aaf..963485e67cf4 100644 --- a/kde-misc/kshutdown/kshutdown-1.0.ebuild +++ b/kde-misc/kshutdown/kshutdown-1.0.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-1.0.ebuild,v 1.1 2007/05/23 19:30:14 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-1.0.ebuild,v 1.2 2008/02/18 22:51:47 ingmar Exp $ inherit kde DESCRIPTION="A shutdown manager for KDE" HOMEPAGE="http://kshutdown.sourceforge.net" -SRC_URI="mirror://sourceforge/kshutdown/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" IUSE="" KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" -RDEPEND="|| ( ( kde-base/kdesu kde-base/kcontrol kde-base/kdialog ) - kde-base/kdebase )" +RDEPEND=" + || ( =kde-base/kdebase-3.5* + ( =kde-base/kdesu-3.5* =kde-base/kcontrol-3.5* =kde-base/kdialog-3.5* ) )" need-kde 3.4 |