From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA93C139694 for ; Fri, 17 Feb 2017 13:15:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22019E0C2A; Fri, 17 Feb 2017 13:15:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2C74E0C2A for ; Fri, 17 Feb 2017 13:15:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA946340C9F for ; Fri, 17 Feb 2017 13:15:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEC0B4AFA for ; Fri, 17 Feb 2017 13:15:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1487337340.f1a37e3f3683fc475fd34aff8c55bf714ded5d24.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/pure-ftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/pure-ftpd/pure-ftpd-1.0.45-r1.ebuild net-ftp/pure-ftpd/pure-ftpd-1.0.45.ebuild X-VCS-Directories: net-ftp/pure-ftpd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f1a37e3f3683fc475fd34aff8c55bf714ded5d24 X-VCS-Branch: master Date: Fri, 17 Feb 2017 13:15:46 +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: a123fc90-34f1-42ee-8194-743cfd5ede77 X-Archives-Hash: d05735a085c23583fdaa02d9be92e9e2 commit: f1a37e3f3683fc475fd34aff8c55bf714ded5d24 Author: Lars Wendler gentoo org> AuthorDate: Fri Feb 17 13:15:40 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Feb 17 13:15:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a37e3f net-ftp/pure-ftpd: Revbump to fix broken src_configure (bug #608670). Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../pure-ftpd/{pure-ftpd-1.0.45.ebuild => pure-ftpd-1.0.45-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.45.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.45-r1.ebuild similarity index 99% rename from net-ftp/pure-ftpd/pure-ftpd-1.0.45.ebuild rename to net-ftp/pure-ftpd/pure-ftpd-1.0.45-r1.ebuild index 3d5422fcbf..92f84ee473 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.45.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.45-r1.ebuild @@ -95,7 +95,7 @@ src_configure() { --with-virtualhosts --enable-largefile ) - econf "${myeconfargs[@]}" "${my_conf}" + econf "${myeconfargs[@]}" ${my_conf} } src_install() {