mgorny      14/04/28 17:46:44

  Modified:             tcp-wrappers-7.6.22-r1.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.12                 sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?r1=1.11&r2=1.12

Index: tcp-wrappers-7.6.22-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- tcp-wrappers-7.6.22-r1.ebuild       20 Apr 2014 11:24:39 -0000      1.11
+++ tcp-wrappers-7.6.22-r1.ebuild       28 Apr 2014 17:46:44 -0000      1.12
@@ -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-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v 
1.11 2014/04/20 11:24:39 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v 
1.12 2014/04/28 17:46:44 mgorny Exp $
 
 EAPI="4"
 
@@ -75,7 +75,7 @@
        insinto /usr/include
        doins tcpd.h
 
-       if multilib_build_binaries; then
+       if multilib_is_native_abi; then
                gen_usr_ldscript -a wrap
                dosbin tcpd tcpdchk tcpdmatch safe_finger try-from
        fi



1.59                 sys-apps/tcp-wrappers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?rev=1.59&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?rev=1.59&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   20 Apr 2014 11:24:39 -0000      1.58
+++ ChangeLog   28 Apr 2014 17:46:44 -0000      1.59
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/tcp-wrappers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v 1.58 
2014/04/20 11:24:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v 1.59 
2014/04/28 17:46:44 mgorny Exp $
+
+  28 Apr 2014; Michał Górny <mgo...@gentoo.org> tcp-wrappers-7.6.22-r1.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.
 
   20 Apr 2014; Agostino Sarubbo <a...@gentoo.org> 
tcp-wrappers-7.6.22-r1.ebuild:
   Stable for ppc64, wrt bug #502920




Reply via email to