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 58318138359 for ; Sun, 13 Sep 2020 09:57:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85305E087A; Sun, 13 Sep 2020 09:57:37 +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 687DFE087A for ; Sun, 13 Sep 2020 09:57:37 +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 F3B89340CD9 for ; Sun, 13 Sep 2020 09:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63247355 for ; Sun, 13 Sep 2020 09:57:34 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1599991050.d937c1f2d37ccf9dc15440ef5ee75a3d827ba25d.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/m4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/m4/m4-1.4.17.ebuild sys-devel/m4/m4-1.4.18-r1.ebuild X-VCS-Directories: sys-devel/m4/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: d937c1f2d37ccf9dc15440ef5ee75a3d827ba25d X-VCS-Branch: master Date: Sun, 13 Sep 2020 09:57:34 +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: 2fae96bf-e850-42f0-9068-bb7d28f42fd5 X-Archives-Hash: 19aabfb1a33585f9139b5912d75ed68c commit: d937c1f2d37ccf9dc15440ef5ee75a3d827ba25d Author: Fabian Groffen gentoo org> AuthorDate: Sun Sep 13 09:57:09 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Sep 13 09:57:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d937c1f2 sys-devel/m4: fix gm4 symlink target, thanks Alexey Closes: https://bugs.gentoo.org/737152 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Fabian Groffen gentoo.org> sys-devel/m4/m4-1.4.17.ebuild | 2 +- sys-devel/m4/m4-1.4.18-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/m4/m4-1.4.17.ebuild b/sys-devel/m4/m4-1.4.17.ebuild index 3a43b7f22c9..050ae8bdbc3 100644 --- a/sys-devel/m4/m4-1.4.17.ebuild +++ b/sys-devel/m4/m4-1.4.17.ebuild @@ -45,7 +45,7 @@ src_install() { default # autoconf-2.60 for instance, first checks gm4, then m4. If we don't have # gm4, it might find gm4 from outside the prefix on for instance Darwin - use prefix && dosym /usr/bin/m4 /usr/bin/gm4 + use prefix && dosym "${EPREFIX}"/usr/bin/m4 /usr/bin/gm4 if use examples ; then docinto examples dodoc examples/* diff --git a/sys-devel/m4/m4-1.4.18-r1.ebuild b/sys-devel/m4/m4-1.4.18-r1.ebuild index 86df616fd31..c7f8a66b255 100644 --- a/sys-devel/m4/m4-1.4.18-r1.ebuild +++ b/sys-devel/m4/m4-1.4.18-r1.ebuild @@ -40,7 +40,7 @@ src_install() { default # autoconf-2.60 for instance, first checks gm4, then m4. If we don't have # gm4, it might find gm4 from outside the prefix on for instance Darwin - use prefix && dosym /usr/bin/m4 /usr/bin/gm4 + use prefix && dosym "${EPREFIX}"/usr/bin/m4 /usr/bin/gm4 if use examples ; then docinto examples dodoc -r examples/