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 EF51C1381F3 for ; Fri, 9 Aug 2013 16:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8625CE0D43; Fri, 9 Aug 2013 16:28:30 +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 E191CE0D43 for ; Fri, 9 Aug 2013 16:28:29 +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 A867333EBE3 for ; Fri, 9 Aug 2013 16:28:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id CAF372171C; Fri, 9 Aug 2013 16:28:26 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: freebsd.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: freebsd.eclass X-VCS-Directories: eclass X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130809162826.CAF372171C@flycatcher.gentoo.org> Date: Fri, 9 Aug 2013 16:28:26 +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: 8bdc642b-006d-413f-b7c3-02aef565e1cf X-Archives-Hash: b3af77b007501f4c4ed699203eaad582 aballier 13/08/09 16:28:26 Modified: freebsd.eclass Log: freebsd_src_compile: forward arguments to bsdmk_src_compile Revision Changes Path 1.32 eclass/freebsd.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?r1=1.31&r2=1.32 Index: freebsd.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- freebsd.eclass 9 Aug 2013 15:48:54 -0000 1.31 +++ freebsd.eclass 9 Aug 2013 16:28:26 -0000 1.32 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.31 2013/08/09 15:48:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.32 2013/08/09 16:28:26 aballier Exp $ # # Diego Pettenò @@ -121,7 +121,7 @@ mkmake obj || die fi - bsdmk_src_compile + bsdmk_src_compile "$@" } # Helper function to make a multilib build with FreeBSD Makefiles.