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 D274A139694 for ; Mon, 17 Apr 2017 10:01:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338BDE0CDA; Mon, 17 Apr 2017 10:01:53 +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 0C65FE0CDA for ; Mon, 17 Apr 2017 10:01:52 +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 D5D0934071C for ; Mon, 17 Apr 2017 10:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 741B9742C for ; Mon, 17 Apr 2017 10:01:50 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1492423298.62a4ef94dfccd1d94c9142471d1cab56b3ff85bd.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/slime/slime-2.0_p20101103.ebuild X-VCS-Directories: app-emacs/slime/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 62a4ef94dfccd1d94c9142471d1cab56b3ff85bd X-VCS-Branch: master Date: Mon, 17 Apr 2017 10:01:50 +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: faa097e7-6c99-478f-a1c3-c5992029ea51 X-Archives-Hash: 79a33b6a9b42245a9d0796cfce6662e3 commit: 62a4ef94dfccd1d94c9142471d1cab56b3ff85bd Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 17 09:51:46 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Apr 17 10:01:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a4ef94 app-emacs/slime: Use complete path as second argument of dosym. Add missing EPREFIX to first argument of dosym. PMS reference: https://projects.gentoo.org/pms/6/pms.html#x1-13800011.3.3.9 Bug: 379899 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-emacs/slime/slime-2.0_p20101103.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emacs/slime/slime-2.0_p20101103.ebuild b/app-emacs/slime/slime-2.0_p20101103.ebuild index 82ae40d4f47..08e07702bc2 100644 --- a/app-emacs/slime/slime-2.0_p20101103.ebuild +++ b/app-emacs/slime/slime-2.0_p20101103.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=3 @@ -65,7 +65,8 @@ src_install() { insinto "${CLSOURCEROOT%/}/swank" doins *.lisp swank.asd || die dodir "${CLSYSTEMROOT}" || die - dosym "${CLSOURCEROOT%/}/swank/swank.asd" "${CLSYSTEMROOT}" || die + dosym "${EPREFIX}${CLSOURCEROOT%/}/swank/swank.asd" \ + "${CLSYSTEMROOT%/}/swank.asd" || die ## install contribs elisp-install ${PN}/contrib/ contrib/*.{el,elc,scm,goo} || die