mgorny      14/04/28 17:49:06

  Modified:             gettext-0.18.3.2.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.13                 sys-devel/gettext/gettext-0.18.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild?r1=1.12&r2=1.13

Index: gettext-0.18.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gettext-0.18.3.2.ebuild     19 Mar 2014 13:50:04 -0000      1.12
+++ gettext-0.18.3.2.ebuild     28 Apr 2014 17:49:06 -0000      1.13
@@ -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-devel/gettext/gettext-0.18.3.2.ebuild,v 
1.12 2014/03/19 13:50:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild,v 
1.13 2014/04/28 17:49:06 mgorny Exp $
 
 EAPI="4"
 
@@ -72,7 +72,7 @@
        tc-is-cross-compiler && export gl_cv_func_working_acl_get_file=yes
 
        local ECONF_SOURCE=${S}
-       if ! multilib_build_binaries ; then
+       if ! multilib_is_native_abi ; then
                # for non-native ABIs, we build runtime only
                ECONF_SOURCE+=/gettext-runtime
        else
@@ -103,7 +103,7 @@
 multilib_src_install() {
        default
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                dosym msgfmt /usr/bin/gmsgfmt #43435
                dobin gettext-tools/misc/gettextize
 



1.241                sys-devel/gettext/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.241&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.241&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.240&r2=1.241

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog   19 Mar 2014 13:50:04 -0000      1.240
+++ ChangeLog   28 Apr 2014 17:49:06 -0000      1.241
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/gettext
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.240 
2014/03/19 13:50:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.241 
2014/04/28 17:49:06 mgorny Exp $
+
+  28 Apr 2014; Michał Górny <[email protected]> gettext-0.18.3.2.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.
 
   19 Mar 2014; Agostino Sarubbo <[email protected]> gettext-0.18.3.2.ebuild:
   Stable for alpha, wrt bug #500872




Reply via email to