commit: 71830d99a3bb11a2947e7074482f4c6b600abe83
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 21:13:36 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> 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