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 E4FF91382C5 for ; Tue, 6 Feb 2018 21:12:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A7E5E0C34; Tue, 6 Feb 2018 21:12:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2CF6EE0C34 for ; Tue, 6 Feb 2018 21:12:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2E107335C4E for ; Tue, 6 Feb 2018 21:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B62CE1C9 for ; Tue, 6 Feb 2018 21:12:13 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1517951507.a8fa99cc39f0813967d67ab537c7318e4547a365.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-0.7.1-r1.ebuild x11-terms/kitty/kitty-0.7.1-r2.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: a8fa99cc39f0813967d67ab537c7318e4547a365 X-VCS-Branch: master Date: Tue, 6 Feb 2018 21:12:13 +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: 0c979534-5d9b-4384-b9ba-7c035eef5f5f X-Archives-Hash: b53036b4fca0a46c373599531b8d09cb commit: a8fa99cc39f0813967d67ab537c7318e4547a365 Author: Tim Harder gentoo org> AuthorDate: Tue Feb 6 21:06:50 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Feb 6 21:11:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fa99cc x11-terms/kitty: respect libdir in launcher Fixes running on systems using the new SYMLINK_LIB=no multilib layout used in 17.1 profiles. Closes: https://bugs.gentoo.org/646824 x11-terms/kitty/{kitty-0.7.1-r1.ebuild => kitty-0.7.1-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-terms/kitty/kitty-0.7.1-r1.ebuild b/x11-terms/kitty/kitty-0.7.1-r2.ebuild similarity index 95% rename from x11-terms/kitty/kitty-0.7.1-r1.ebuild rename to x11-terms/kitty/kitty-0.7.1-r2.ebuild index 5109632fa7c..7977a707c43 100644 --- a/x11-terms/kitty/kitty-0.7.1-r1.ebuild +++ b/x11-terms/kitty/kitty-0.7.1-r2.ebuild @@ -49,6 +49,7 @@ src_prepare() { # respect libdir sed -i "/libdir =/s/'lib'/'$(get_libdir)'/" setup.py || die + sed -i "s#/../lib/kitty#/../$(get_libdir)/kitty#" linux-launcher.c || die # disable wayland as required if ! use wayland; then