Skip to content

Commit

Permalink
dev-util/pycharm-professional: Remove bundled Java JRE, 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 71830d9 commit ad29fd1
Showing 1 changed file with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -20,11 +20,22 @@ RDEPEND=">=virtual/jre-1.8
DEPEND=""

RESTRICT="mirror strip"
QA_PREBUILT="*"

QA_PREBUILT="opt/${PN}/bin/fsnotifier
opt/${PN}/bin/fsnotifier64
opt/${PN}/bin/fsnotifier-arm
opt/${PN}/bin/libyjpagent-linux.so
opt/${PN}/bin/libyjpagent-linux64.so"

MY_PN=${PN/-professional/}
S="${WORKDIR}/${MY_PN}-${PV}"

src_prepare() {
default

rm -rf jre || die
}

src_install() {
insinto /opt/${PN}
doins -r *
Expand Down

0 comments on commit ad29fd1

Please sign in to comment.