mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user