diff options
author | 2020-07-15 10:07:39 +0300 | |
---|---|---|
committer | 2020-07-15 10:11:14 +0300 | |
commit | d8d68d2f53250a06a794225696e809d5ea868882 (patch) | |
tree | 7887e3f3bae1ad8e34723764df8440fe25f4b68e /dev-util/pycharm-community/pycharm-community-2020.1.ebuild | |
parent | sys-devel/gcc: 6.5.0: cut 5 patchset (diff) | |
download | gentoo-d8d68d2f53250a06a794225696e809d5ea868882.tar.gz gentoo-d8d68d2f53250a06a794225696e809d5ea868882.tar.bz2 gentoo-d8d68d2f53250a06a794225696e809d5ea868882.zip |
dev-util/pycharm-community: expose QA_PREBUILT
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-util/pycharm-community/pycharm-community-2020.1.ebuild')
-rw-r--r-- | dev-util/pycharm-community/pycharm-community-2020.1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-util/pycharm-community/pycharm-community-2020.1.ebuild b/dev-util/pycharm-community/pycharm-community-2020.1.ebuild index e8f27505a926..722cecd0b2a8 100644 --- a/dev-util/pycharm-community/pycharm-community-2020.1.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2020.1.ebuild @@ -20,10 +20,7 @@ RDEPEND="!bundled-jdk? ( >=virtual/jre-1.8 ) RESTRICT="mirror strip" -QA_PREBUILT="opt/${PN}/bin/fsnotifier - opt/${PN}/bin/fsnotifier64 - opt/${PN}/bin/fsnotifier-arm - /opt/${PN}/jbr/bin/*" +QA_PREBUILT="*" MY_PN=${PN/-community/} |