diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-12-09 19:38:10 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-12-09 19:38:10 +0000 |
commit | 280ad446e7bd0e27b5df29d93c2b179dcca26097 (patch) | |
tree | bca226c9f1c45fabdb80efd3f0960ba41f7c4363 /net-news | |
parent | Update to 6.3.045 from vim.org and updated the runtime snapshot (Manifest rec... (diff) | |
download | gentoo-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.ebuild | 6 |
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/" |