From 0b76d64abcf048cabe76da909e9d1a013d880bb0 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Wed, 9 Sep 2015 15:24:44 +0200 Subject: [PATCH] net-ftp/filezilla: update pugixml comment We will stick to bundled version until system version has long long commands/C++11 support https://github.com/zeux/pugixml/issues/53 Package-Manager: portage-2.2.20.1 --- net-ftp/filezilla/filezilla-3.13.0.ebuild | 2 +- net-ftp/filezilla/filezilla-3.13.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-ftp/filezilla/filezilla-3.13.0.ebuild b/net-ftp/filezilla/filezilla-3.13.0.ebuild index 2678ed5a89df..876c91f75fc8 100644 --- a/net-ftp/filezilla/filezilla-3.13.0.ebuild +++ b/net-ftp/filezilla/filezilla-3.13.0.ebuild @@ -56,7 +56,7 @@ src_prepare() { } src_configure() { - # Does not build with system pugixml, use builtin for now + # system pugixml lacks long long ops support, use builtin for now econf $(use_with dbus) $(use_enable nls locales) \ --with-pugixml=builtin \ --disable-autoupdatecheck diff --git a/net-ftp/filezilla/filezilla-3.13.1.ebuild b/net-ftp/filezilla/filezilla-3.13.1.ebuild index 63a9ecbc7909..00bfe84cb651 100644 --- a/net-ftp/filezilla/filezilla-3.13.1.ebuild +++ b/net-ftp/filezilla/filezilla-3.13.1.ebuild @@ -53,7 +53,7 @@ src_prepare() { } src_configure() { - # Does not build with system pugixml, use builtin for now + # system pugixml lacks long long ops support, use builtin for now econf $(use_with dbus) $(use_enable nls locales) \ --with-pugixml=builtin \ --disable-autoupdatecheck -- 2.26.2