commit: f1a37e3f3683fc475fd34aff8c55bf714ded5d24
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 13:15:40 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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() {