From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3930C59C52 for ; Fri, 12 Feb 2016 17:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08349E0802; Fri, 12 Feb 2016 17:19:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8242E0802 for ; Fri, 12 Feb 2016 17:19:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CB6C340BFF for ; Fri, 12 Feb 2016 17:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD5C28F2 for ; Fri, 12 Feb 2016 17:19:24 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1455297546.6e7c8ee5d52819b233012e7251b3c3a7dd20b5f9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/dev86/dev86-0.16.21-r1.ebuild sys-devel/dev86/dev86-0.16.21-r2.ebuild X-VCS-Directories: sys-devel/dev86/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6e7c8ee5d52819b233012e7251b3c3a7dd20b5f9 X-VCS-Branch: master Date: Fri, 12 Feb 2016 17:19:24 +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: a3e590ea-b908-4757-8a8f-b7a265243fc2 X-Archives-Hash: 8179c17b4df284eaf22976030745724c commit: 6e7c8ee5d52819b233012e7251b3c3a7dd20b5f9 Author: David Seifert gentoo org> AuthorDate: Fri Feb 12 17:19:06 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 12 17:19:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7c8ee5 sys-devel/dev86: Revbump to fix broken symlink Gentoo-Bug: 574014 Package-Manager: portage-2.2.27 sys-devel/dev86/{dev86-0.16.21-r1.ebuild => dev86-0.16.21-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-devel/dev86/dev86-0.16.21-r1.ebuild b/sys-devel/dev86/dev86-0.16.21-r2.ebuild similarity index 97% rename from sys-devel/dev86/dev86-0.16.21-r1.ebuild rename to sys-devel/dev86/dev86-0.16.21-r2.ebuild index 9942a82..ab48df4 100644 --- a/sys-devel/dev86/dev86-0.16.21-r1.ebuild +++ b/sys-devel/dev86/dev86-0.16.21-r2.ebuild @@ -58,7 +58,9 @@ src_compile() { export PATH=${S}/bin:${PATH} - ln -s bin/{ncc,bcc} || die + cd bin || die + ln -s ncc bcc || die + cd .. || die cd bootblocks || die emake DIST="${D}"