mgorny      14/04/28 17:56:00

  Modified:             gdbm-1.10-r1.ebuild gdbm-1.11.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.4                  sys-libs/gdbm/gdbm-1.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild?r1=1.3&r2=1.4

Index: gdbm-1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gdbm-1.10-r1.ebuild 18 Jan 2014 03:55:06 -0000      1.3
+++ gdbm-1.10-r1.ebuild 28 Apr 2014 17:55:59 -0000      1.4
@@ -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/sys-libs/gdbm/gdbm-1.10-r1.ebuild,v 1.3 
2014/01/18 03:55:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild,v 1.4 
2014/04/28 17:55:59 mgorny Exp $
 
 EAPI="4"
 
@@ -33,7 +33,7 @@
        # gdbm doesn't appear to use either of these libraries
        export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
 
-       if multilib_build_binaries && use exporter ; then
+       if multilib_is_native_abi && use exporter ; then
                pushd "${EX_S}" >/dev/null
                append-lfs-flags
                econf --disable-shared
@@ -46,7 +46,7 @@
                --with-gdbm183-libdir="${EX_S}/.libs" \
                --with-gdbm183-includedir="${EX_S}" \
                $(use_enable berkdb libgdbm-compat) \
-               $(multilib_build_binaries && use_enable exporter gdbm-export) \
+               $(multilib_is_native_abi && use_enable exporter gdbm-export) \
                $(use_enable nls) \
                $(use_enable static-libs static)
 }



1.4                  sys-libs/gdbm/gdbm-1.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild?r1=1.3&r2=1.4

Index: gdbm-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gdbm-1.11.ebuild    21 Apr 2014 07:42:26 -0000      1.3
+++ gdbm-1.11.ebuild    28 Apr 2014 17:55:59 -0000      1.4
@@ -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/sys-libs/gdbm/gdbm-1.11.ebuild,v 1.3 
2014/04/21 07:42:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild,v 1.4 
2014/04/28 17:55:59 mgorny Exp $
 
 EAPI="4"
 
@@ -33,7 +33,7 @@
        # gdbm doesn't appear to use either of these libraries
        export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
 
-       if multilib_build_binaries && use exporter ; then
+       if multilib_is_native_abi && use exporter ; then
                pushd "${EX_S}" >/dev/null
                append-lfs-flags
                econf --disable-shared



1.70                 sys-libs/gdbm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   21 Apr 2014 07:42:26 -0000      1.69
+++ ChangeLog   28 Apr 2014 17:55:59 -0000      1.70
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/gdbm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v 1.69 2014/04/21 
07:42:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v 1.70 2014/04/28 
17:55:59 mgorny Exp $
+
+  28 Apr 2014; Michał Górny <[email protected]> gdbm-1.10-r1.ebuild,
+  gdbm-1.11.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   21 Apr 2014; Michał Górny <[email protected]> gdbm-1.11.ebuild:
   Use the new multilib_native_use* functions.




Reply via email to