From c80729361468564b7739158aac9883c80ad86fd7 Mon Sep 17 00:00:00 2001 From: Suwako Moriya Date: Sat, 4 May 2019 11:33:12 +0200 Subject: [PATCH] Updating v86d --- sys-apps/v86d/files/00000000-atomic_t.patch | 11 ----------- ...v86d-0.1.10-r1.ebuild => v86d-0.1.10.ebuild} | 17 ++++++----------- 2 files changed, 6 insertions(+), 22 deletions(-) delete mode 100644 sys-apps/v86d/files/00000000-atomic_t.patch rename sys-apps/v86d/{v86d-0.1.10-r1.ebuild => v86d-0.1.10.ebuild} (77%) diff --git a/sys-apps/v86d/files/00000000-atomic_t.patch b/sys-apps/v86d/files/00000000-atomic_t.patch deleted file mode 100644 index 58bed7a..0000000 --- a/sys-apps/v86d/files/00000000-atomic_t.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- v86d-0.1.10-orig/v86.h -+++ v86d-0.1.10/v86.h -@@ -19,6 +19,8 @@ - - struct completion; - -+typedef struct { int counter; } atomic_t; -+ - #include