net-ftp/filezilla: update pugixml comment
authorBernard Cafarelli <voyageur@gentoo.org>
Wed, 9 Sep 2015 13:24:44 +0000 (15:24 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Wed, 9 Sep 2015 13:41:34 +0000 (15:41 +0200)
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
net-ftp/filezilla/filezilla-3.13.1.ebuild

index 2678ed5a89df911ffe260fa0a9c6bb80da204a40..876c91f75fc8579d77eafd1c8a58bb7b3a140748 100644 (file)
@@ -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
index 63a9ecbc79097bdd4d03488abefd7a9989768eea..00bfe84cb6512468291626bd6370712ea73a8a6e 100644 (file)
@@ -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