summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Huebel <jhuebel@gentoo.org>2004-12-09 19:38:10 +0000
committerJason Huebel <jhuebel@gentoo.org>2004-12-09 19:38:10 +0000
commit280ad446e7bd0e27b5df29d93c2b179dcca26097 (patch)
treebca226c9f1c45fabdb80efd3f0960ba41f7c4363 /net-news
parentUpdate to 6.3.045 from vim.org and updated the runtime snapshot (Manifest rec... (diff)
downloadgentoo-2-280ad446e7bd0e27b5df29d93c2b179dcca26097.tar.gz
gentoo-2-280ad446e7bd0e27b5df29d93c2b179dcca26097.tar.bz2
gentoo-2-280ad446e7bd0e27b5df29d93c2b179dcca26097.zip
fixed dep on sys-libs/db. Now deps on 4.1* version only.
Diffstat (limited to 'net-news')
-rw-r--r--net-news/klibido/klibido-0.2.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-news/klibido/klibido-0.2.0.ebuild b/net-news/klibido/klibido-0.2.0.ebuild
index 487cbeac31cc..8018730b8dd5 100644
--- a/net-news/klibido/klibido-0.2.0.ebuild
+++ b/net-news/klibido/klibido-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/klibido/klibido-0.2.0.ebuild,v 1.1 2004/12/02 03:27:11 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/klibido/klibido-0.2.0.ebuild,v 1.2 2004/12/09 19:38:10 jhuebel Exp $
inherit kde
@@ -14,7 +14,9 @@ KEYWORDS="~x86"
IUSE=""
DEPEND="dev-libs/uulib
- sys-libs/db"
+ =sys-libs/db-4.1*"
+
+need-kde 3
src_compile() {
myconf="${myconf} --datadir=${D}/usr/share --with-extra-includes=/usr/include/db4.1/"