jer         14/12/12 15:59:33

  Modified:             exiv2-0.24.ebuild ChangeLog
  Log:
  Fix building with USE=doc by Benjamin Southall (bug #512468).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.6                  media-gfx/exiv2/exiv2-0.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild?r1=1.5&r2=1.6

Index: exiv2-0.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- exiv2-0.24.ebuild   26 Nov 2014 06:51:10 -0000      1.5
+++ exiv2-0.24.ebuild   12 Dec 2014 15:59:32 -0000      1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild,v 1.5 
2014/11/26 06:51:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild,v 1.6 
2014/12/12 15:59:32 jer Exp $
 
 EAPI=5
 AUTOTOOLS_IN_SOURCE_BUILD=1
@@ -102,7 +102,10 @@
                                CPPFLAGS="${CPPFLAGS} -I\$(BOOST_INC_DIR) -I. 
-DEXV_HAVE_STDINT_H"
                fi
 
-               use doc && emake doc
+               if use doc; then
+                       emake samples
+                       emake doc
+               fi
        fi
 }
 



1.126                media-gfx/exiv2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/ChangeLog?rev=1.126&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/ChangeLog?rev=1.126&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog   26 Nov 2014 06:51:10 -0000      1.125
+++ ChangeLog   12 Dec 2014 15:59:32 -0000      1.126
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/exiv2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.125 
2014/11/26 06:51:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.126 
2014/12/12 15:59:32 jer Exp $
+
+  12 Dec 2014; Jeroen Roovers <[email protected]> exiv2-0.24.ebuild:
+  Fix building with USE=doc by Benjamin Southall (bug #512468).
 
   26 Nov 2014; Ian Delaney <[email protected]> exiv2-0.24.ebuild:
   clean old python impls




Reply via email to