dev-util/webstorm: Cannot be slotted, prevent collisions

Closes: https://bugs.gentoo.org/592636
Closes: https://bugs.gentoo.org/656858
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
Pacho Ramos
2018-10-14 13:49:42 +02:00
parent 1a60c0970e
commit 35f082b896

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,10 +10,14 @@ HOMEPAGE="http://www.jetbrains.com/webstorm"
SRC_URI="http://download.jetbrains.com/${PN}/WebStorm-$(get_version_component_range 1-3).tar.gz"
LICENSE="WebStorm WebStorm_Academic WebStorm_Classroom WebStorm_OpenSource WebStorm_personal"
SLOT="$(get_major_version)"
# This package cannot be slotted for now, bug #592636
#SLOT="$(get_major_version)"
SLOT="2017"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="splitdebug" #656858
RDEPEND=">=virtual/jdk-1.7"
S="${WORKDIR}/WebStorm-$(get_version_component_range 4-6)"