diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-05 18:47:16 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-05 18:47:16 -0500 |
commit | 66cc13c683ecd21c8161a9f77b7ea572847c29e8 (patch) | |
tree | 9dadc4b2980124e99daeb08e03db1584eda5ae4c /pcr/aspcud/boost.patch | |
parent | 006e8c46e2a56dff2775eea7c5cc729874508fd7 (diff) | |
download | abslibre-66cc13c683ecd21c8161a9f77b7ea572847c29e8.tar.gz abslibre-66cc13c683ecd21c8161a9f77b7ea572847c29e8.tar.bz2 abslibre-66cc13c683ecd21c8161a9f77b7ea572847c29e8.zip |
aspcud-1.9.1-1: updating version
Diffstat (limited to 'pcr/aspcud/boost.patch')
-rw-r--r-- | pcr/aspcud/boost.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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; |