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 | |
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')
-rw-r--r-- | net-nntp/klibido/ChangeLog | 5 | ||||
-rw-r--r-- | net-nntp/klibido/klibido-0.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-nntp/klibido/ChangeLog b/net-nntp/klibido/ChangeLog index 7abfbd229fa1..eec3a2a14c3c 100644 --- a/net-nntp/klibido/ChangeLog +++ b/net-nntp/klibido/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nntp/klibido # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.26 2008/06/09 12:01:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.27 2008/07/12 22:39:06 ingmar Exp $ + + 12 Jul 2008; Ingmar Vanhassel <ingmar@gentoo.org> klibido-0.2.5.ebuild: + Trivial fix for db-4.6 compatibility as provided by Philantrop. 09 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> klibido-0.2.5.ebuild: Better to save the ebuild after modifying it. 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 |