commit: 732e3f2467fbe829e1b6805eae743d4d98a7ee63 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 20 04:11:13 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 20 04:16:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732e3f24
dev-util/idea-community: fix StaticSrcUri Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/idea-community/idea-community-2022.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/idea-community/idea-community-2022.2.3.ebuild b/dev-util/idea-community/idea-community-2022.2.3.ebuild index 382db6978d65..32d1a1315e7f 100644 --- a/dev-util/idea-community/idea-community-2022.2.3.ebuild +++ b/dev-util/idea-community/idea-community-2022.2.3.ebuild @@ -6,7 +6,7 @@ inherit desktop wrapper DESCRIPTION="A complete toolset for web, mobile and enterprise development" HOMEPAGE="https://www.jetbrains.com/idea" -SRC_URI="https://download.jetbrains.com/idea/ideaIC-2022.2.3.tar.gz -> idea-community-2022.2.3.tar.gz" +SRC_URI="https://download.jetbrains.com/idea/ideaIC-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CDDL-1.1 codehaus-classworlds CPL-1.0 EPL-1.0 EPL-2.0
