summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-02-01 00:16:06 +0900
committerAlice Ferrazzi <alicef@gentoo.org>2017-02-01 00:16:43 +0900
commite541e8d68ba586593ce438a5cff5f04c9f31b99d (patch)
tree60040f81951819732b1a73391b337f3659423aef /dev-util/idea-community
parentx11-misc/xclip: Stable for HPPA (bug #602792). (diff)
downloadgentoo-e541e8d68ba586593ce438a5cff5f04c9f31b99d.tar.gz
gentoo-e541e8d68ba586593ce438a5cff5f04c9f31b99d.tar.bz2
gentoo-e541e8d68ba586593ce438a5cff5f04c9f31b99d.zip
dev-util/idea-community: Fix desktop entry name
close Bug: #607396 Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-util/idea-community')
-rw-r--r--dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild b/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild
index 4654bc6b9f39..6273cac6254f 100644
--- a/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild
+++ b/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild
@@ -63,7 +63,7 @@ src_install() {
make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
newicon "bin/${MY_PN}.png" "${PN}.png"
- make_desktop_entry "${PN}" "IntelliJ Idea Ultimate" "${PN}" "Development;IDE;"
+ make_desktop_entry "${PN}" "IntelliJ Idea Community" "${PN}" "Development;IDE;"
# recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
mkdir -p "${D}/etc/sysctl.d/" || die