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
commit12bd2786c7f9f2a10da04b952947a9b9b8bcda7f (patch)
treed9060fb83d276d123635bfdc5a3fb74d86f9cb3a /net-news
parentUpdate to 6.3.045 from vim.org and updated the runtime snapshot (diff)
downloadhistorical-12bd2786c7f9f2a10da04b952947a9b9b8bcda7f.tar.gz
historical-12bd2786c7f9f2a10da04b952947a9b9b8bcda7f.tar.bz2
historical-12bd2786c7f9f2a10da04b952947a9b9b8bcda7f.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/Manifest2
-rw-r--r--net-news/klibido/klibido-0.2.0.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/net-news/klibido/Manifest b/net-news/klibido/Manifest
index 5e1d4157b231..4c4fe72cd2bf 100644
--- a/net-news/klibido/Manifest
+++ b/net-news/klibido/Manifest
@@ -1,4 +1,4 @@
-MD5 13613a3a18354979a50639876ebb9e49 klibido-0.2.0.ebuild 581
+MD5 ac11f69001d894e82b380b1ce3152500 klibido-0.2.0.ebuild 599
MD5 d4764f5c17f5e0b416f7ddf271c77d71 metadata.xml 161
MD5 14f7f9e5a790a81b2e36cff7357ce30e ChangeLog 339
MD5 266652e9c7738532ff1efc6c4dd81b83 files/digest-klibido-0.2.0 65
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/"