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 670FE138334 for ; Fri, 17 Aug 2018 14:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA8F5E092A; Fri, 17 Aug 2018 14:56:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A0F81E092A for ; Fri, 17 Aug 2018 14:56:56 +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 359E1335D81 for ; Fri, 17 Aug 2018 14:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DD6436A for ; Fri, 17 Aug 2018 14:56:52 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1534517768.4d2d2a8efe622f1522097bc3b0ee629fc67da5e8.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.35.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 4d2d2a8efe622f1522097bc3b0ee629fc67da5e8 X-VCS-Branch: master Date: Fri, 17 Aug 2018 14:56:52 +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: f5825fdb-bdd7-4880-8f06-968513d1bca7 X-Archives-Hash: c6b184e329f9f231efba07509bb2a012 commit: 4d2d2a8efe622f1522097bc3b0ee629fc67da5e8 Author: Matthias Maier gentoo org> AuthorDate: Fri Aug 17 14:56:08 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Fri Aug 17 14:56:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2d2a8e net-misc/spice-gtk: fix patch hickup Closes: https://bugs.gentoo.org/show_bug.cgi?id=663840 Package-Manager: Portage-2.3.46, Repoman-2.3.10 net-misc/spice-gtk/spice-gtk-0.35.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.35.ebuild b/net-misc/spice-gtk/spice-gtk-0.35.ebuild index 3bba2079f5f..336cd853c14 100644 --- a/net-misc/spice-gtk/spice-gtk-0.35.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.35.ebuild @@ -73,8 +73,7 @@ DEPEND="${RDEPEND} " PATCHES=( - "${FILESDIR}"/${P}-libressl.patch - "${FILESDIR}"/${P}-openssl11.patch + "${FILESDIR}"/${PN}-0.34-openssl11.patch ) src_prepare() {