summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-24 19:43:41 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-25 08:42:20 -0400
commit2f71e22bb7a6ec4a410c5d07d03ed2dd85b324ce (patch)
tree29c2f16c255330cad472bee1c8b37eac731e2c24 /app-emulation/spice-vdagent
parentdev-libs/libratbag: Removed myself as maintainer. (diff)
downloadgentoo-2f71e22bb7a6ec4a410c5d07d03ed2dd85b324ce.tar.gz
gentoo-2f71e22bb7a6ec4a410c5d07d03ed2dd85b324ce.tar.bz2
gentoo-2f71e22bb7a6ec4a410c5d07d03ed2dd85b324ce.zip
app-emulation/spice-vdagent: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8564
Diffstat (limited to 'app-emulation/spice-vdagent')
-rw-r--r--app-emulation/spice-vdagent/files/spice-vdagent-0.17.0-add-missing-stub-function.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-emulation/spice-vdagent/files/spice-vdagent-0.17.0-add-missing-stub-function.patch b/app-emulation/spice-vdagent/files/spice-vdagent-0.17.0-add-missing-stub-function.patch
deleted file mode 100644
index 1d68ed53565f..000000000000
--- a/app-emulation/spice-vdagent/files/spice-vdagent-0.17.0-add-missing-stub-function.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Add missing stub function to prevent underlinking error.
-Patch provided by Pat Erley
-See also: https://bugs.gentoo.org/show_bug.cgi?id=585994
-
---- a/src/dummy-session-info.c
-+++ b/src/dummy-session-info.c
-@@ -50,6 +50,11 @@
- return FALSE;
- }
-
-+gboolean session_info_session_is_locked(struct session_info *ck)
-+{
-+ return FALSE;
-+}
-+
- gboolean session_info_is_user(struct session_info *si)
- {
- return TRUE;