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 9B424139085 for ; Sun, 18 Dec 2016 14:33:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B56F6E0D2E; Sun, 18 Dec 2016 14:33:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9365FE0D2E for ; Sun, 18 Dec 2016 14:33:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D2373411B5 for ; Sun, 18 Dec 2016 14:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E59824DC for ; Sun, 18 Dec 2016 14:33:48 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1482071538.7c7de1b272fd57383359334b499b0a6352bb9b77.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/slic3r/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/slic3r/files/slic3r-9999-adjust_var_path.patch X-VCS-Directories: media-gfx/slic3r/files/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 7c7de1b272fd57383359334b499b0a6352bb9b77 X-VCS-Branch: master Date: Sun, 18 Dec 2016 14:33:48 +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: 7e722ed1-18ac-473d-9965-6d90c2ada76e X-Archives-Hash: 5085c8d7a4001a59d788a6428c090c15 commit: 7c7de1b272fd57383359334b499b0a6352bb9b77 Author: Amy Winston gentoo org> AuthorDate: Sun Dec 18 14:32:18 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Sun Dec 18 14:32:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7de1b2 media-gfx/slic3r: fix patch lines bug #602976 Suggested-by: Philippe Trottier (tchiwam gmail.com) Package-Manager: portage-2.3.0 media-gfx/slic3r/files/slic3r-9999-adjust_var_path.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/slic3r/files/slic3r-9999-adjust_var_path.patch b/media-gfx/slic3r/files/slic3r-9999-adjust_var_path.patch index 4769cc6..ff22b24 100644 --- a/media-gfx/slic3r/files/slic3r-9999-adjust_var_path.patch +++ b/media-gfx/slic3r/files/slic3r-9999-adjust_var_path.patch @@ -1,9 +1,9 @@ ---- a/lib/Slic3r.pm 2016-07-22 11:52:51.423390877 -0400 -+++ b/lib/Slic3r.pm 2016-07-22 12:00:57.272715174 -0400 -@@ -30,7 +30,7 @@ - if $^V == v5.16; +--- a/lib/Slic3r.pm 2016-12-18 15:24:37.520000000 +0100 ++++ b/lib/Slic3r.pm 2016-12-18 15:25:23.430000000 +0100 +@@ -42,7 +42,7 @@ use FindBin; + # Path to the images. -our $var = sub { decode_path($FindBin::Bin) . "/var/" . $_[0] }; +our $var = sub { decode_path($FindBin::RealBin) . "/var/" . $_[0] };