commit:     8c97f598081de6b91ba50fc81482d7664ac7b08a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 12:23:57 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 12:31:08 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c97f598

dev-util/webstorm: Fix ${S}.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-util/webstorm/webstorm-10.0.4.141.1550.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/webstorm/webstorm-10.0.4.141.1550.ebuild 
b/dev-util/webstorm/webstorm-10.0.4.141.1550.ebuild
index 7ca3c6e..338dbea 100644
--- a/dev-util/webstorm/webstorm-10.0.4.141.1550.ebuild
+++ b/dev-util/webstorm/webstorm-10.0.4.141.1550.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=virtual/jdk-1.7"
-S=${WORKDIR}/${PN}-${MY_PV}
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
 
 src_install() {
        local dir="/opt/${PN}"

Reply via email to