From 04c3630dea690604718547041d6a026edf4f9e90 Mon Sep 17 00:00:00 2001 From: Bo Ørsted Andresen Date: Fri, 30 May 2008 09:22:22 +0000 Subject: KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863. (Portage version: 2.1.5.2) --- kde-base/okular/ChangeLog | 5 ++++- kde-base/okular/okular-4.0.4.ebuild | 10 ++++------ 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'kde-base/okular') diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog index 84abbba304db..3f00bc195225 100644 --- a/kde-base/okular/ChangeLog +++ b/kde-base/okular/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/okular # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.10 2008/05/16 00:53:27 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.11 2008/05/30 09:22:22 zlin Exp $ + + 30 May 2008; Bo Ørsted Andresen okular-4.0.4.ebuild: + KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863. *okular-4.0.4 (15 May 2008) diff --git a/kde-base/okular/okular-4.0.4.ebuild b/kde-base/okular/okular-4.0.4.ebuild index 301822fd8f14..954eeb8e3634 100644 --- a/kde-base/okular/okular-4.0.4.ebuild +++ b/kde-base/okular/okular-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/okular/okular-4.0.4.ebuild,v 1.1 2008/05/16 00:53:27 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.0.4.ebuild,v 1.2 2008/05/30 09:22:22 zlin Exp $ EAPI="1" @@ -11,8 +11,7 @@ DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." KEYWORDS="~amd64 ~x86" IUSE="chm debug djvu htmlhandbook jpeg pdf tiff" -RDEPEND=" - >=app-text/libspectre-0.2 +RDEPEND=">=app-text/libspectre-0.2 media-libs/freetype kde-base/qimageblitz chm? ( dev-libs/chmlib ) @@ -24,12 +23,11 @@ RDEPEND=" DEPEND="${RDEPEND} dev-util/pkgconfig" -PATCHES="${FILESDIR}/${KMNAME}-4.0.2-system-libspectre.patch" +PATCHES=("${FILESDIR}/${KMNAME}-4.0.2-system-libspectre.patch") pkg_setup() { if use pdf; then - KDE4_BUILT_WITH_USE_CHECK="${KDE4_BUILT_WITH_USE_CHECK} - app-text/poppler-bindings qt4" + KDE4_BUILT_WITH_USE_CHECK=("app-text/poppler-bindings qt4") fi kde4-meta_pkg_setup } -- cgit v1.2.3-65-gdbad