summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kpdf/kpdf-3.5.2.ebuild')
-rw-r--r--kde-base/kpdf/kpdf-3.5.2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/kde-base/kpdf/kpdf-3.5.2.ebuild b/kde-base/kpdf/kpdf-3.5.2.ebuild
index a856598bbcb9..56c055f2bf46 100644
--- a/kde-base/kpdf/kpdf-3.5.2.ebuild
+++ b/kde-base/kpdf/kpdf-3.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpdf/kpdf-3.5.2.ebuild,v 1.15 2006/06/27 20:54:20 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpdf/kpdf-3.5.2.ebuild,v 1.16 2006/06/28 10:41:11 flameeyes Exp $
KMNAME=kdegraphics
MAXKDEVER=$PV
@@ -27,11 +27,10 @@ PATCHES="${DISTDIR}/${P}-poppler.patch.bz2"
pkg_setup() {
kde_pkg_setup
# check for qt still until it had a revision bump in both ~arch and stable.
- if ! built_with_use app-text/poppler-bindings qt && \
- ! built_with_use app-text/poppler-bindings qt3; then
- eerror "This package requires app-text/poppler-bindings compiled with Qt support."
- eerror "Please reemerge app-text/poppler-bindings with USE=\"qt\"."
- die "Please reemerge app-text/poppler-bindings with USE=\"qt\"."
+ if ! built_with_use app-text/poppler-bindings qt3; then
+ eerror "This package requires app-text/poppler-bindings compiled with Qt 3.x support."
+ eerror "Please reemerge app-text/poppler-bindings with USE=\"qt3\"."
+ die "Please reemerge app-text/poppler-bindings with USE=\"qt3\"."
fi
}