From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A4A8138331 for ; Fri, 25 May 2018 12:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B02DE07EE; Fri, 25 May 2018 12:42:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30528E07EE for ; Fri, 25 May 2018 12:42:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07F52335C79 for ; Fri, 25 May 2018 12:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77AA72A4 for ; Fri, 25 May 2018 12:42:29 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527252140.2f71e22bb7a6ec4a410c5d07d03ed2dd85b324ce.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-vdagent/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice-vdagent/files/spice-vdagent-0.17.0-add-missing-stub-function.patch X-VCS-Directories: app-emulation/spice-vdagent/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2f71e22bb7a6ec4a410c5d07d03ed2dd85b324ce X-VCS-Branch: master Date: Fri, 25 May 2018 12:42:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: de66fde7-d190-4e63-810d-84ef5e9fc8c5 X-Archives-Hash: b4d1970c2ab4b034ce0dfb2192b805ff commit: 2f71e22bb7a6ec4a410c5d07d03ed2dd85b324ce Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 24 17:43:41 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 25 12:42:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f71e22b app-emulation/spice-vdagent: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/8564 ...pice-vdagent-0.17.0-add-missing-stub-function.patch | 18 ------------------ 1 file changed, 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 1d68ed53565..00000000000 --- 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;