Skip to content

Commit

Permalink
dev-util/pycharm-community: Fix QA_PREBUILT.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
xmw committed Feb 7, 2017
1 parent e613e25 commit 71830d9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71830d9

Please sign in to comment.