From 66cc13c683ecd21c8161a9f77b7ea572847c29e8 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 5 Jul 2015 18:47:16 -0500 Subject: aspcud-1.9.1-1: updating version --- pcr/aspcud/boost.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pcr/aspcud/boost.patch (limited to 'pcr/aspcud/boost.patch') diff --git a/pcr/aspcud/boost.patch b/pcr/aspcud/boost.patch deleted file mode 100644 index bda6dfa24..000000000 --- a/pcr/aspcud/boost.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: libcudf/src/dependency.cpp -=================================================================== ---- libcudf/src/dependency.cpp (révision 8600) -+++ libcudf/src/dependency.cpp (révision 8770) -@@ -49,7 +49,7 @@ - - struct CudfPackageRefFilter { - CudfPackageRefFilter(const Cudf::PackageRef &ref) : ref(&ref) { } -- bool operator()(const Entity *entity) { -+ bool operator()(const Entity *entity) const { - switch (ref->op) { - case Cudf::PackageRef::EQ: - return (entity->version == ref->version || entity->allVersions()) && ref->version != 0; -- cgit v1.2.3