diff options
-rw-r--r-- | kde-base/dolphin/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.0.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index df39392bfe04..bb6b539f5042 100644 --- a/kde-base/dolphin/ChangeLog +++ b/kde-base/dolphin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/dolphin # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.8 2008/05/15 22:38:38 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.9 2008/05/30 08:32:35 zlin Exp $ + + 30 May 2008; Bo Ørsted Andresen <zlin@gentoo.org> dolphin-4.0.4.ebuild: + KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863. *dolphin-4.0.4 (15 May 2008) diff --git a/kde-base/dolphin/dolphin-4.0.4.ebuild b/kde-base/dolphin/dolphin-4.0.4.ebuild index 55cc2a2579d4..0a9b0011cfc3 100644 --- a/kde-base/dolphin/dolphin-4.0.4.ebuild +++ b/kde-base/dolphin/dolphin-4.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/kde-base/dolphin/dolphin-4.0.4.ebuild,v 1.1 2008/05/15 22:38:39 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.0.4.ebuild,v 1.2 2008/05/30 08:32:35 zlin Exp $ EAPI="1" @@ -20,11 +20,11 @@ RDEPEND="${DEPEND}" KMEXTRA="apps/doc/${PN}" KMLOADLIBS="libkonq" -PATCHES="${FILESDIR}/${PN}-4.0.2-make-semantic-desktop-optional.patch" +PATCHES=("${FILESDIR}/${PN}-4.0.2-make-semantic-desktop-optional.patch") pkg_setup() { if use semantic-desktop; then - KDE4_BUILT_WITH_USE_CHECK="--missing false kde-base/kdelibs:${SLOT} semantic-desktop" + KDE4_BUILT_WITH_USE_CHECK=("--missing false kde-base/kdelibs:${SLOT} semantic-desktop") fi kde4-meta_pkg_setup } |