diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-01 11:33:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-01 12:04:56 +0200 |
commit | e950fd580a7212e3adaf225ceac0c00693dbf2bf (patch) | |
tree | 71582aa9ee31bf63fe6315bb5d20e2bfecc8c5bd /dev-libs/mongo-c-driver/files | |
parent | net-libs/libpcap: Restore 1.10.0_pre KEYWORDS (diff) | |
download | gentoo-e950fd580a7212e3adaf225ceac0c00693dbf2bf.tar.gz gentoo-e950fd580a7212e3adaf225ceac0c00693dbf2bf.tar.bz2 gentoo-e950fd580a7212e3adaf225ceac0c00693dbf2bf.zip |
dev-libs/mongo-c-driver: Remove old (python2)
Closes: https://bugs.gentoo.org/735300
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/mongo-c-driver/files')
-rw-r--r-- | dev-libs/mongo-c-driver/files/0.8.1-api-version.diff | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-libs/mongo-c-driver/files/0.8.1-api-version.diff b/dev-libs/mongo-c-driver/files/0.8.1-api-version.diff deleted file mode 100644 index 2bd52253a17b..000000000000 --- a/dev-libs/mongo-c-driver/files/0.8.1-api-version.diff +++ /dev/null @@ -1,14 +0,0 @@ -diff -uNr mongo-c-driver-0.8.1.ORIG/src/mongo.h mongo-c-driver-0.8.1/src/mongo.h ---- mongo-c-driver-0.8.1.ORIG/src/mongo.h 2014-03-27 17:00:42.880465606 +0000 -+++ mongo-c-driver-0.8.1/src/mongo.h 2014-03-27 17:01:05.131465940 +0000 -@@ -33,8 +33,8 @@ - #endif - - #define MONGO_MAJOR 0 --#define MONGO_MINOR 7 --#define MONGO_PATCH 0 -+#define MONGO_MINOR 8 -+#define MONGO_PATCH 1 - - #define MONGO_OK 0 - #define MONGO_ERROR -1 |