From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 800CD138200 for ; Thu, 11 Apr 2013 20:43:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1291E093A; Thu, 11 Apr 2013 20:42:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 862B7E093A for ; Thu, 11 Apr 2013 20:42:58 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 881DC33BEC8 for ; Thu, 11 Apr 2013 20:42:57 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 4BA492171E; Thu, 11 Apr 2013 20:42:56 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog X-VCS-Directories: sys-libs/glibc X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130411204256.4BA492171E@flycatcher.gentoo.org> Date: Thu, 11 Apr 2013 20:42:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d2f17ca-550b-47b9-9fee-943ac292892a X-Archives-Hash: b5958d27681115a22b055fb4aebf98e0 vapier 13/04/11 20:42:56 Modified: ChangeLog Log: Fix return code checking in src_test for both multilib & non-multilib builds #451922 by William Throwe. (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156) Revision Changes Path 1.936 sys-libs/glibc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.936&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.936&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.935&r2=1.936 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v retrieving revision 1.935 retrieving revision 1.936 diff -u -r1.935 -r1.936 --- ChangeLog 10 Apr 2013 17:36:54 -0000 1.935 +++ ChangeLog 11 Apr 2013 20:42:56 -0000 1.936 @@ -1,5 +1,9 @@ # ChangeLog for sys-libs/glibc -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.935 2013/04/10 17:36:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.936 2013/04/11 20:42:56 vapier Exp $ + + 11 Apr 2013; Mike Frysinger files/eblits/src_test.eblit: + Fix return code checking in src_test for both multilib & non-multilib builds + #451922 by William Throwe. 10 Apr 2013; Mike Frysinger files/eblits/pkg_preinst.eblit, files/eblits/src_install.eblit: