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 26F851384B4 for ; Fri, 11 Dec 2015 17:22:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1320E087E; Fri, 11 Dec 2015 17:21:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65689E087E for ; Fri, 11 Dec 2015 17:21:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 231BE340504 for ; Fri, 11 Dec 2015 17:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E47EA86 for ; Fri, 11 Dec 2015 17:21:55 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1449854480.6da6fd1c24d62e4fb1914d80b481b271adb23e9e.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openconnect/openconnect-9999.ebuild X-VCS-Directories: net-misc/openconnect/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6da6fd1c24d62e4fb1914d80b481b271adb23e9e X-VCS-Branch: master Date: Fri, 11 Dec 2015 17:21:55 +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: 8639f20c-19fb-4d1c-b15e-a4e87594eb64 X-Archives-Hash: 2020ca9b44344c377cce6f02ad2ef4d2 commit: 6da6fd1c24d62e4fb1914d80b481b271adb23e9e Author: William Hubbs gentoo org> AuthorDate: Fri Dec 11 17:20:53 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Dec 11 17:21:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da6fd1c sys-apps/openconnect: call epatch_user before eautoreconf net-misc/openconnect/openconnect-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openconnect/openconnect-9999.ebuild b/net-misc/openconnect/openconnect-9999.ebuild index 9515779..403671f 100644 --- a/net-misc/openconnect/openconnect-9999.ebuild +++ b/net-misc/openconnect/openconnect-9999.ebuild @@ -76,10 +76,10 @@ src_unpack() { } src_prepare() { + epatch_user if [[ ${PV} == 9999 ]]; then eautoreconf fi - epatch_user } src_configure() {