summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoannis Aslanidis <deathwing00@gentoo.org>2006-09-02 10:44:41 +0000
committerIoannis Aslanidis <deathwing00@gentoo.org>2006-09-02 10:44:41 +0000
commit15b1f926e4f501f83fb5ffb7db5761948d4ed2fb (patch)
treef6970f662e6b87e2fd2c56b6fcb3b1286259e483 /media-gfx
parentrestrict build to -j1 to avoid documentation breakage (#139821) (diff)
downloadgentoo-2-15b1f926e4f501f83fb5ffb7db5761948d4ed2fb.tar.gz
gentoo-2-15b1f926e4f501f83fb5ffb7db5761948d4ed2fb.tar.bz2
gentoo-2-15b1f926e4f501f83fb5ffb7db5761948d4ed2fb.zip
Now check for sqlite support is done for qt-3 only. Fixes bug #145840.
(Portage version: 2.1-r2)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/kphotoalbum/ChangeLog6
-rw-r--r--media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/kphotoalbum/ChangeLog b/media-gfx/kphotoalbum/ChangeLog
index cdb95ee0e2f0..c16558cf58a9 100644
--- a/media-gfx/kphotoalbum/ChangeLog
+++ b/media-gfx/kphotoalbum/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/kphotoalbum
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v 1.8 2006/08/31 11:17:00 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v 1.9 2006/09/02 10:44:41 deathwing00 Exp $
+
+ 02 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
+ kphotoalbum-2.2.ebuild:
+ Now check for sqlite support is done for qt-3 only. Fixes bug #145840.
31 Aug 2006; <blubb@gentoo.org> kphotoalbum-2.2.ebuild:
stable on amd64
diff --git a/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild b/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild
index 8e83b58d3ab9..1b5af9203e3d 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-2.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/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild,v 1.10 2006/08/31 11:17:00 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-2.2.ebuild,v 1.11 2006/09/02 10:44:41 deathwing00 Exp $
inherit kde
@@ -26,7 +26,7 @@ pkg_setup()
{
setupok=1
if use exif ; then
- if ! built_with_use x11-libs/qt sqlite ; then
+ if ! built_with_use =x11-libs/qt-3* sqlite ; then
einfo "To enable KPhotoAlbum to search your images"
einfo "using EXIF information you also need to have"
einfo "Qt installed with SQLite support."