dev-util/webstorm: Cannot be slotted, prevent collisions
authorPacho Ramos <pacho@gentoo.org>
Sun, 14 Oct 2018 11:49:42 +0000 (13:49 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 14 Oct 2018 11:49:42 +0000 (13:49 +0200)
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

dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild

index d7dca526f3083a41ca10e7c7b0213defe2037597..4171a9a4f433caae9697004e15ddb9be1b2e8083 100644 (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)"