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 31ADE1381F3 for ; Fri, 26 Apr 2013 08:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 794F6E0A86; Fri, 26 Apr 2013 08:58:38 +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 19D4BE0A85 for ; Fri, 26 Apr 2013 08:58:38 +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 33EDB33DF58 for ; Fri, 26 Apr 2013 08:58:37 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2329) id EE39A2171E; Fri, 26 Apr 2013 08:58:35 +0000 (UTC) From: "Sergey Popov (pinkbyte)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pinkbyte@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/capisuite/files: capisuite-0.4.5-respect-ar.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: capisuite-0.4.5-respect-ar.patch X-VCS-Directories: net-dialup/capisuite/files X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130426085835.EE39A2171E@flycatcher.gentoo.org> Date: Fri, 26 Apr 2013 08:58:35 +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: 279481cc-2a57-43db-9ea2-447cc1128274 X-Archives-Hash: 30b66dfaf82c63358cc6799a06c8b663 pinkbyte 13/04/26 08:58:35 Added: capisuite-0.4.5-respect-ar.patch Log: Respect AR, wrt bug #467222. Thanks to Agostino Sarubbo for discovering this issue (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42) Revision Changes Path 1.1 net-dialup/capisuite/files/capisuite-0.4.5-respect-ar.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/files/capisuite-0.4.5-respect-ar.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/files/capisuite-0.4.5-respect-ar.patch?rev=1.1&content-type=text/plain Index: capisuite-0.4.5-respect-ar.patch =================================================================== --- configure.in.orig 2013-04-26 12:48:19.758668706 +0400 +++ configure.in 2013-04-26 12:48:27.147668235 +0400 @@ -6,6 +6,7 @@ AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL +AM_PROG_AR AC_PROG_RANLIB AC_PROG_MAKE_SET AC_PATH_PROG(doxygen,doxygen)