diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-07-12 22:39:06 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-07-12 22:39:06 +0000 |
commit | 1dabd2ba303f1a6fca64d8c9ed337e51449e94cb (patch) | |
tree | b6c42188ebd3b865a1ff3adbc74bd24349161cb2 /net-nntp/klibido/klibido-0.2.5.ebuild | |
parent | Move init-scripts to prepare for update from bug #193012. (diff) | |
download | gentoo-2-1dabd2ba303f1a6fca64d8c9ed337e51449e94cb.tar.gz gentoo-2-1dabd2ba303f1a6fca64d8c9ed337e51449e94cb.tar.bz2 gentoo-2-1dabd2ba303f1a6fca64d8c9ed337e51449e94cb.zip |
Trivial fix for db-4.6 compatibility as provided by Philantrop.
(Portage version: 2.1.5.5)
Diffstat (limited to 'net-nntp/klibido/klibido-0.2.5.ebuild')
-rw-r--r-- | net-nntp/klibido/klibido-0.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nntp/klibido/klibido-0.2.5.ebuild b/net-nntp/klibido/klibido-0.2.5.ebuild index d2feb66df022..ba61365afe38 100644 --- a/net-nntp/klibido/klibido-0.2.5.ebuild +++ b/net-nntp/klibido/klibido-0.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.8 2008/06/09 12:01:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.9 2008/07/12 22:39:06 ingmar Exp $ inherit kde db-use @@ -27,7 +27,7 @@ PATCHES=( src_unpack() { kde_src_unpack - dbincldir="$(db_includedir 4.5 4.4 4.3 4.2 4.1)" || die "unable to find db" + dbincldir="$(db_includedir 4.6 4.5 4.4 4.3 4.2 4.1)" || die "unable to find db" einfo "db include dir = ${dbincldir}" if [ ! -d ${dbincldir} ]; then |