Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/
Date: Tue, 07 Feb 2017 21:14:45
Message-Id: 1486502067.71830d99a3bb11a2947e7074482f4c6b600abe83.xmw@gentoo
1 commit: 71830d99a3bb11a2947e7074482f4c6b600abe83
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 21:13:36 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 21:14:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71830d99
7
8 dev-util/pycharm-community: Fix QA_PREBUILT.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 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
16 index 998db63..a7c2ae4 100644
17 --- a/dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild
18 +++ b/dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild
19 @@ -19,12 +19,12 @@ RDEPEND=">=virtual/jre-1.8"
20 DEPEND=""
21
22 RESTRICT="mirror strip"
23 -QA_PREBUILT="/opt/${PN}/bin/fsnotifier
24 - /opt/${PN}/bin/fsnotifier64"
25
26 -MY_PN=${PN/-community/}
27 +QA_PREBUILT="opt/${PN}/bin/fsnotifier
28 + opt/${PN}/bin/fsnotifier64
29 + opt/${PN}/bin/fsnotifier-arm"
30
31 -QA_PREBUILT="*"
32 +MY_PN=${PN/-community/}
33
34 src_prepare() {
35 default