diff options
author | Mike Pagano <mpagano@gentoo.org> | 2024-04-18 15:49:59 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2024-04-18 15:50:49 -0400 |
commit | 394d576eb0901d1da7573ed9f32cb6ca7f469ccf (patch) | |
tree | 732ff167fdceccd83e9aff96c58cebdb54a475b1 | |
parent | x11-plugins/lurch: update deps for mxml (diff) | |
download | gentoo-394d576eb0901d1da7573ed9f32cb6ca7f469ccf.tar.gz gentoo-394d576eb0901d1da7573ed9f32cb6ca7f469ccf.tar.bz2 gentoo-394d576eb0901d1da7573ed9f32cb6ca7f469ccf.zip |
dev-util/idea-community: Minor qa fix
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | dev-util/idea-community/idea-community-2024.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/idea-community/idea-community-2024.1.0.ebuild b/dev-util/idea-community/idea-community-2024.1.0.ebuild index 41b2f2d44c90..2fd003d766aa 100644 --- a/dev-util/idea-community/idea-community-2024.1.0.ebuild +++ b/dev-util/idea-community/idea-community-2024.1.0.ebuild @@ -14,6 +14,7 @@ SRC_URI=" arm64? ( https://download.jetbrains.com/idea/ideaIC-${MY_PV}-aarch64.tar.gz -> ${P}-aarch64.tar.gz ) " +S="${WORKDIR}/idea-IC-${PV}" 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 GPL-2 GPL-2-with-classpath-exception ISC @@ -37,7 +38,6 @@ RDEPEND="${DEPEND} BDEPEND="dev-util/patchelf" RESTRICT="splitdebug" -S="${WORKDIR}/idea-IC-${PV}" QA_PREBUILT="opt/${PN}/*" |