summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2022-10-05 10:51:47 -0400
committerMike Pagano <mpagano@gentoo.org>2022-10-05 10:51:47 -0400
commit42c727f1a2634fc619fc14207ef863441174466c (patch)
treed9102a3ca3d6d1873b49e674cf5a0e976ef23cf1 /dev-util/idea-community
parentsci-libs/clblas: EAPI8, python3_{10,11}, use docs.eclass (diff)
downloadgentoo-42c727f1a2634fc619fc14207ef863441174466c.tar.gz
gentoo-42c727f1a2634fc619fc14207ef863441174466c.tar.bz2
gentoo-42c727f1a2634fc619fc14207ef863441174466c.zip
dev-util/idea-community: Move dir renaming to src_unpack
Closes: https://bugs.gentoo.org/872275 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'dev-util/idea-community')
-rw-r--r--dev-util/idea-community/idea-community-2022.2.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/idea-community/idea-community-2022.2.2.ebuild b/dev-util/idea-community/idea-community-2022.2.2.ebuild
index 7003ee45888c..b3686f263ea6 100644
--- a/dev-util/idea-community/idea-community-2022.2.2.ebuild
+++ b/dev-util/idea-community/idea-community-2022.2.2.ebuild
@@ -39,7 +39,9 @@ PATCHES=(
"${FILESDIR}/${PN}-jdk.patch"
)
-post_src_unpack() {
+src_unpack() {
+
+ default_src_unpack
if [ ! -d "$S" ]; then
einfo "Renaming source directory to predictable name..."
mv $(ls "${WORKDIR}") "idea-IC-${PV}" || die