diff options
-rw-r--r-- | net-nntp/klibido/ChangeLog | 8 | ||||
-rw-r--r-- | net-nntp/klibido/klibido-0.2.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-nntp/klibido/ChangeLog b/net-nntp/klibido/ChangeLog index eec3a2a14c3c..e7d39f0a6b02 100644 --- a/net-nntp/klibido/ChangeLog +++ b/net-nntp/klibido/ChangeLog @@ -1,6 +1,10 @@ # 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.27 2008/07/12 22:39:06 ingmar Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.28 2009/09/17 15:03:05 arfrever Exp $ + + 17 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + klibido-0.2.5.ebuild: + Support more versions of sys-libs/db (bug #275329). 12 Jul 2008; Ingmar Vanhassel <ingmar@gentoo.org> klibido-0.2.5.ebuild: Trivial fix for db-4.6 compatibility as provided by Philantrop. diff --git a/net-nntp/klibido/klibido-0.2.5.ebuild b/net-nntp/klibido/klibido-0.2.5.ebuild index ba61365afe38..746542f8e1da 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 +# Copyright 1999-2009 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.9 2008/07/12 22:39:06 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.10 2009/09/17 15:03:05 arfrever Exp $ inherit kde db-use @@ -27,7 +27,7 @@ PATCHES=( src_unpack() { kde_src_unpack - dbincldir="$(db_includedir 4.6 4.5 4.4 4.3 4.2 4.1)" || die "unable to find db" + dbincldir="$(db_includedir 4.8 4.7 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 |