From: Pacho Ramos Date: Sun, 14 Oct 2018 11:49:42 +0000 (+0200) Subject: dev-util/webstorm: Cannot be slotted, prevent collisions X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=35f082b8965fac30af7d25b1fb2be22cc8755b03;p=gentoo.git 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 Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild b/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild index d7dca526f308..4171a9a4f433 100644 --- a/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild +++ b/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild @@ -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)"