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 4DD16139085 for ; Tue, 7 Feb 2017 21:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A937E0DA5; Tue, 7 Feb 2017 21:14:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DE4B4E0DA5 for ; Tue, 7 Feb 2017 21:14:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F7A93416AB for ; Tue, 7 Feb 2017 21:14:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02AC03DC6 for ; Tue, 7 Feb 2017 21:14:39 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1486502067.71830d99a3bb11a2947e7074482f4c6b600abe83.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild X-VCS-Directories: dev-util/pycharm-community/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 71830d99a3bb11a2947e7074482f4c6b600abe83 X-VCS-Branch: master Date: Tue, 7 Feb 2017 21:14:39 +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: 9ba75f8f-58f8-4ca3-bac8-9bc3bdbba924 X-Archives-Hash: b8d7bb3ab02f58f56975be9338dab79b commit: 71830d99a3bb11a2947e7074482f4c6b600abe83 Author: Michael Weber gentoo org> AuthorDate: Tue Feb 7 21:13:36 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Feb 7 21:14:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71830d99 dev-util/pycharm-community: Fix QA_PREBUILT. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild b/dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild index 998db63..a7c2ae4 100644 --- a/dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild @@ -19,12 +19,12 @@ RDEPEND=">=virtual/jre-1.8" DEPEND="" RESTRICT="mirror strip" -QA_PREBUILT="/opt/${PN}/bin/fsnotifier - /opt/${PN}/bin/fsnotifier64" -MY_PN=${PN/-community/} +QA_PREBUILT="opt/${PN}/bin/fsnotifier + opt/${PN}/bin/fsnotifier64 + opt/${PN}/bin/fsnotifier-arm" -QA_PREBUILT="*" +MY_PN=${PN/-community/} src_prepare() { default