commit: 0b76d64abcf048cabe76da909e9d1a013d880bb0 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Wed Sep 9 13:24:44 2015 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Wed Sep 9 13:41:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b76d64a
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 2678ed5..876c91f 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 63a9ecb..00bfe84 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