remi        14/06/11 20:54:59

  Modified:             ChangeLog tdb-1.3.0-r1.ebuild
  Log:
  sys-libs/tdb: Add patch to add missing stdbool.h include in tdb.h
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.65                 sys-libs/tdb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.65&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.65&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   11 Jun 2014 08:07:01 -0000      1.64
+++ ChangeLog   11 Jun 2014 20:54:59 -0000      1.65
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/tdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.64 2014/06/11 
08:07:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.65 2014/06/11 
20:54:59 remi Exp $
+
+  11 Jun 2014; RĂ©mi Cardona <r...@gentoo.org> tdb-1.3.0-r1.ebuild,
+  +files/add_missing_stdbool_h_include.patch:
+  Add patch to add missing stdbool.h include in tdb.h, see bug #511846.
 
 *tdb-1.3.0-r1 (11 Jun 2014)
 



1.2                  sys-libs/tdb/tdb-1.3.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?r1=1.1&r2=1.2

Index: tdb-1.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tdb-1.3.0-r1.ebuild 11 Jun 2014 08:07:01 -0000      1.1
+++ tdb-1.3.0-r1.ebuild 11 Jun 2014 20:54:59 -0000      1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v 1.1 
2014/06/11 08:07:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v 1.2 
2014/06/11 20:54:59 remi Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit waf-utils multilib-minimal python-single-r1
+inherit waf-utils multilib-minimal python-single-r1 eutils
 
 DESCRIPTION="A simple database API"
 HOMEPAGE="http://tdb.samba.org/";
@@ -27,6 +27,7 @@
 WAF_BINARY="${S}/buildtools/bin/waf"
 
 src_prepare() {
+       epatch "${FILESDIR}/add_missing_stdbool_h_include.patch"
        multilib_copy_sources
 }
 




Reply via email to