commit: 383e5f80d9962f9727ebd36f106ac2e2a40dcc48
Author: wqvi <137255931+wqvi <AT> users <DOT> noreply <DOT> github <DOT>
com>
AuthorDate: Fri Nov 29 19:55:30 2024 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 17:39:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383e5f80
dev-util/idea-community: reverted idea-community-2024.3.ebuild to master
Replaced with idea-community-2024.3-r1.ebuild
Signed-off-by: wqvi <137255931+wqvi <AT> users.noreply.github.com>
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
dev-util/idea-community/idea-community-2024.3.ebuild | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/dev-util/idea-community/idea-community-2024.3.ebuild
b/dev-util/idea-community/idea-community-2024.3.ebuild
index 423efaed6866..3eeb83069916 100644
--- a/dev-util/idea-community/idea-community-2024.3.ebuild
+++ b/dev-util/idea-community/idea-community-2024.3.ebuild
@@ -23,7 +23,6 @@ LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CDDL-1.1
SLOT="0"
KEYWORDS="~amd64 ~arm64"
-IUSE="wayland"
DEPEND="
|| (
@@ -159,13 +158,7 @@ src_install() {
local pngfile="$(find ${dst}/bin -maxdepth 1 -iname '*.png')"
newicon $pngfile "${PN}.png" || die "we died"
- if use wayland; then
- make_desktop_entry "/opt/idea-community/bin/idea
-Dawt.toolkit.name=WLToolkit" "IntelliJ Idea Community Edition" "${PN}"
"Development;IDE;"
- ewarn "You have enabled the wayland USE flag."
- ewarn "This is a support preview. Expect instability."
- else
- make_desktop_entry "/opt/idea-community/bin/idea" "IntelliJ
Idea Community Edition" "${PN}" "Development;IDE;"
- fi
+ make_desktop_entry "/opt/idea-community/bin/idea" "IntelliJ Idea
Community Edition" "${PN}" "Development;IDE;"
# recommended by:
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
mkdir -p "${D}/etc/sysctl.d/" || die