summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-23 01:16:51 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-23 01:16:51 +0000
commit5952144b828c49dc9a674c55e2fe9bd87a517774 (patch)
tree841e98ff3b1de9cce8e768a68bc5bb0874483750 /kde-base/okular
parentPull in changes from overlay (diff)
downloadgentoo-2-5952144b828c49dc9a674c55e2fe9bd87a517774.tar.gz
gentoo-2-5952144b828c49dc9a674c55e2fe9bd87a517774.tar.bz2
gentoo-2-5952144b828c49dc9a674c55e2fe9bd87a517774.zip
Pull in changes from overlay
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/okular')
-rw-r--r--kde-base/okular/ChangeLog5
-rw-r--r--kde-base/okular/okular-4.3.4.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog
index 325c50c3f5d5..ff9655bc294c 100644
--- a/kde-base/okular/ChangeLog
+++ b/kde-base/okular/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/okular
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.55 2009/12/10 23:42:30 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.56 2009/12/23 01:16:51 abcd Exp $
+
+ 23 Dec 2009; Jonathan Callen <abcd@gentoo.org> okular-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -okular-4.3.1.ebuild:
Drop KDE SC-4.3.1.
diff --git a/kde-base/okular/okular-4.3.4.ebuild b/kde-base/okular/okular-4.3.4.ebuild
index 207bf94c768e..154984638257 100644
--- a/kde-base/okular/okular-4.3.4.ebuild
+++ b/kde-base/okular/okular-4.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.3.4.ebuild,v 1.1 2009/12/01 11:27:58 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.3.4.ebuild,v 1.2 2009/12/23 01:16:51 abcd Exp $
EAPI="2"
@@ -34,7 +34,7 @@ RDEPEND="${DEPEND}"
KMEXTRACTONLY="libs/mobipocket"
src_configure() {
- mycmakeargs="${mycmakeargs}
+ mycmakeargs=(
$(cmake-utils_use_with chm)
$(cmake-utils_use_with crypt QCA2)
$(cmake-utils_use_with djvu DjVuLibre)
@@ -43,7 +43,8 @@ src_configure() {
$(cmake-utils_use_with ps LibSpectre)
$(cmake-utils_use_with pdf PopplerQt4)
$(cmake-utils_use_with pdf Poppler)
- $(cmake-utils_use_with tiff)"
+ $(cmake-utils_use_with tiff)
+ )
kde4-meta_src_configure
}