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 0C25613997D for ; Tue, 12 Nov 2019 07:32:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2896DE09AD; Tue, 12 Nov 2019 07:32:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0D486E09A6 for ; Tue, 12 Nov 2019 07:32:03 +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 2384334CBD2 for ; Tue, 12 Nov 2019 07:32:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C0BF8B3 for ; Tue, 12 Nov 2019 07:31:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573543915.fa6c86ca013b32e312e2f677a2fa073f2133c419.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/asymptote/asymptote-2.60.ebuild X-VCS-Directories: media-gfx/asymptote/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fa6c86ca013b32e312e2f677a2fa073f2133c419 X-VCS-Branch: master Date: Tue, 12 Nov 2019 07:31:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f84e9420-3b81-458f-884e-1f4f973bdfed X-Archives-Hash: 6e9b82e6be9b86d4bc717f8497bd008a commit: fa6c86ca013b32e312e2f677a2fa073f2133c419 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 12 07:09:03 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 12 07:31:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6c86ca media-gfx/asymptote: [QA] Fix AbsoluteSymlink Signed-off-by: Michał Górny gentoo.org> media-gfx/asymptote/asymptote-2.60.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/asymptote/asymptote-2.60.ebuild b/media-gfx/asymptote/asymptote-2.60.ebuild index 8436bb74de0..bef7be52b54 100644 --- a/media-gfx/asymptote/asymptote-2.60.ebuild +++ b/media-gfx/asymptote/asymptote-2.60.ebuild @@ -134,7 +134,7 @@ src_install() { insinto /usr/share/${PN} doins -r GUI chmod +x "${D}"usr/share/${PN}/GUI/xasy.py - dosym /usr/share/${PN}/GUI/xasy.py /usr/bin/xasy + dosym ../share/${PN}/GUI/xasy.py /usr/bin/xasy doman doc/xasy.1x fi