diff options
author | 2021-11-06 18:23:43 +0900 | |
---|---|---|
committer | 2021-11-06 18:23:43 +0900 | |
commit | f73bc3cb2270f2676da2df1c6c83ae447d0b8db2 (patch) | |
tree | 421ef9708ea81f21f89f0b0c02d16fe0a9081be3 /dev-db/tinycdb/files | |
parent | dev-scheme/scheme48: update to EAPI 8 (diff) | |
download | gentoo-f73bc3cb2270f2676da2df1c6c83ae447d0b8db2.tar.gz gentoo-f73bc3cb2270f2676da2df1c6c83ae447d0b8db2.tar.bz2 gentoo-f73bc3cb2270f2676da2df1c6c83ae447d0b8db2.zip |
dev-db/tinycdb: drop old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-db/tinycdb/files')
-rw-r--r-- | dev-db/tinycdb/files/tinycdb-umask.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-db/tinycdb/files/tinycdb-umask.patch b/dev-db/tinycdb/files/tinycdb-umask.patch deleted file mode 100644 index 2a53babb2510..000000000000 --- a/dev-db/tinycdb/files/tinycdb-umask.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/cdb.c -+++ b/cdb.c -@@ -21,6 +21,8 @@ - #include <stdarg.h> - #include <fcntl.h> - #include <errno.h> -+#include <sys/types.h> /* umask() */ -+#include <sys/stat.h> /* umask() */ - #include "cdb.h" - - #ifndef EPROTO |