summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-02-07 22:13:36 +0100
committerMichael Weber <xmw@gentoo.org>2017-02-07 22:14:27 +0100
commit71830d99a3bb11a2947e7074482f4c6b600abe83 (patch)
treee843568c7c45811760e62002f335c40357fbd8e3 /dev-util/pycharm-community
parentdev-util/pycharm-community: Remove bundled Java JRE (bug 589316). (diff)
downloadgentoo-71830d99a3bb11a2947e7074482f4c6b600abe83.tar.gz
gentoo-71830d99a3bb11a2947e7074482f4c6b600abe83.tar.bz2
gentoo-71830d99a3bb11a2947e7074482f4c6b600abe83.zip
dev-util/pycharm-community: Fix QA_PREBUILT.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/pycharm-community')
-rw-r--r--dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild8
1 files 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 998db63b29bd..a7c2ae485338 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