dev-util/webstorm: fix warning.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 3 Oct 2017 22:45:40 +0000 (00:45 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 3 Oct 2017 22:45:55 +0000 (00:45 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild

index e5e229b61de749c9aa8d5b5e5c0df9ee4ccc3394..cd605cc309aa5a37ebb9749da1615eb946fa55fd 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-
 EAPI=6
+
 inherit eutils versionator
 
 DESCRIPTION="JavaScript IDE for client- and server-side development with Node.js"
@@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=virtual/jdk-1.7"
+
 S="${WORKDIR}/WebStorm-$(get_version_component_range 4-6)"
 
 src_install() {
@@ -24,4 +25,4 @@ src_install() {
        make_wrapper "${PN}" "/opt/${PN}/bin/${PN}.sh"
        newicon "bin/${PN}.svg" "${PN}.svg"
        make_desktop_entry "${PN}" "${PN}" "${PN}" "Development;IDE;"
-}
\ No newline at end of file
+}