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 985191384B4 for ; Fri, 4 Dec 2015 22:17:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A97DF21C016; Fri, 4 Dec 2015 22:17:39 +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 4D0FE21C016 for ; Fri, 4 Dec 2015 22:17:39 +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 E51D3340AF0 for ; Fri, 4 Dec 2015 22:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE251A92 for ; Fri, 4 Dec 2015 22:17:35 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1449267449.4b789fb8c0bb024735b896a274def7cd86ca3fb7.vapier@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.0.5-r1.ebuild X-VCS-Directories: dev-embedded/arduino/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 4b789fb8c0bb024735b896a274def7cd86ca3fb7 X-VCS-Branch: master Date: Fri, 4 Dec 2015 22:17:35 +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: 51ec7c83-404c-4d10-8067-9c3c81fa0267 X-Archives-Hash: a44e01dd0be124a73f8062e8cc2bb37b commit: 4b789fb8c0bb024735b896a274def7cd86ca3fb7 Author: Mike Frysinger gentoo org> AuthorDate: Fri Dec 4 22:17:23 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Dec 4 22:17:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b789fb8 dev-embedded/arduino: update examples path #435868 dev-embedded/arduino/arduino-1.0.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/arduino/arduino-1.0.5-r1.ebuild b/dev-embedded/arduino/arduino-1.0.5-r1.ebuild index 73583c8..c4fe564 100644 --- a/dev-embedded/arduino/arduino-1.0.5-r1.ebuild +++ b/dev-embedded/arduino/arduino-1.0.5-r1.ebuild @@ -64,7 +64,7 @@ src_install() { if use examples; then java-pkg_doexamples examples - docompress -x /usr/share/doc/${P}/examples/ + docompress -x /usr/share/doc/${PF}/examples/ fi if use doc; then