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 BAF2A1382C5 for ; Thu, 3 May 2018 05:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E66A8E09F3; Thu, 3 May 2018 05:54:50 +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 C5C2DE09F3 for ; Thu, 3 May 2018 05:54:50 +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 EA3BA335C63 for ; Thu, 3 May 2018 05:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6442F27 for ; Thu, 3 May 2018 05:54:48 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1525326886.26fb28944a0454a2252e2bc0ec37c2d8013ede38.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/arduino/arduino-1.8.5-r1.ebuild dev-embedded/arduino/arduino-1.8.5-r2.ebuild X-VCS-Directories: dev-embedded/arduino/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 26fb28944a0454a2252e2bc0ec37c2d8013ede38 X-VCS-Branch: master Date: Thu, 3 May 2018 05:54:48 +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: 5a6477fc-5254-42dc-8be0-181fb4c09db1 X-Archives-Hash: 10dfc033156071771b92e3a16ca992f2 commit: 26fb28944a0454a2252e2bc0ec37c2d8013ede38 Author: Jeroen Roovers gentoo org> AuthorDate: Thu May 3 05:54:19 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu May 3 05:54:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fb2894 dev-embedded/arduino: Fix /usr/share/arduino/reference symlnk (bug Package-Manager: Portage-2.3.32, Repoman-2.3.9 .../arduino/{arduino-1.8.5-r1.ebuild => arduino-1.8.5-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/arduino/arduino-1.8.5-r1.ebuild b/dev-embedded/arduino/arduino-1.8.5-r2.ebuild similarity index 98% rename from dev-embedded/arduino/arduino-1.8.5-r1.ebuild rename to dev-embedded/arduino/arduino-1.8.5-r2.ebuild index 1ea4adfe2d4..9bb3d4462bf 100644 --- a/dev-embedded/arduino/arduino-1.8.5-r1.ebuild +++ b/dev-embedded/arduino/arduino-1.8.5-r2.ebuild @@ -144,7 +144,7 @@ src_install() { einstalldocs # arduino expects its doc in its "main" directory. symlink it. - dosym "${EPREFIX}/usr/share/doc/${P}/html/reference" "${SHARE}/reference" + dosym "${EPREFIX}/usr/share/doc/${PF}/html/reference" "${SHARE}/reference" fi # Install menu and icons