diff options
author | Mike Pagano <mpagano@gentoo.org> | 2019-12-19 08:07:57 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2019-12-19 08:07:57 -0500 |
commit | 9b15a3824c91189d06383bfc15b5dbfdd7151211 (patch) | |
tree | 6e618c55ea9f5932c192dee1049b3a19b8298bb1 /dev-util/idea-community | |
parent | www-servers/varnish: version bump to 6.2.2 (diff) | |
download | gentoo-9b15a3824c91189d06383bfc15b5dbfdd7151211.tar.gz gentoo-9b15a3824c91189d06383bfc15b5dbfdd7151211.tar.bz2 gentoo-9b15a3824c91189d06383bfc15b5dbfdd7151211.zip |
dev-util/idea-community: Disable splitdebug
Prevent file-collisions beyween symlinks in /usr/lib/debug/.build-id.
Reported-by: Jonáš Vidra vidra.jonas@seznam.cz
Closes: https://bugs.gentoo.org/703182
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'dev-util/idea-community')
-rw-r--r-- | dev-util/idea-community/idea-community-2019.3.193.5233.102.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/idea-community/idea-community-2019.3.193.5233.102.ebuild b/dev-util/idea-community/idea-community-2019.3.193.5233.102.ebuild index 9fc7ccc54b82..c869f99be759 100644 --- a/dev-util/idea-community/idea-community-2019.3.193.5233.102.ebuild +++ b/dev-util/idea-community/idea-community-2019.3.193.5233.102.ebuild @@ -50,6 +50,7 @@ DEPEND="!dev-util/${PN}:14 !dev-util/${PN}:15" RDEPEND="${DEPEND} >=virtual/jdk-1.7:*" +RESTRICT="splitdebug" S="${WORKDIR}/${MY_PN}-IC-${PV_STRING}" QA_PREBUILT="opt/${PN}-${MY_PV}/*" |