Created attachment 914617 [details] app-editors/sublime-text-4_p4189.ebuild Hi, I use the latest sublime-text build in arm64 environment. Please find attached the ebuild file. This is just a copy and adjustment of the existing amd ebuild of the former version - no further tweaks were done. Thomas
Hello. I too do use arm64 and stumbled over the same problem. Here is the diff to the latest ebuild[1] Here is the diff: --- a/app-editors/sublime-text/sublime-text-4_p4192.ebuild 2025-03-20 13:38:28.000000000 +0100 +++ b/app-editors/sublime-text/sublime-text-4_p4192.ebuild 2025-05-12 09:55:00.373428523 +0200 @@ -12,12 +12,13 @@ DESCRIPTION="Sophisticated text editor for code, markup and prose" HOMEPAGE="https://www.sublimetext.com" SRC_URI=" - amd64? ( https://download.sublimetext.com/sublime_text_build_${MY_PV}_x64.tar.xz )" + amd64? ( https://download.sublimetext.com/sublime_text_build_${MY_PV}_x64.tar.xz ) + arm64? ( https://download.sublimetext.com/sublime_text_build_${MY_PV}_arm64.tar.xz )" S="${WORKDIR}/${MY_PN}" LICENSE="Sublime" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="dbus" RESTRICT="bindist mirror strip" Is this the correct way to submit those changes or should I create a PR at github[2]? [1]https://gitweb.gentoo.org/repo/gentoo.git/tree/app-editors/sublime-text/sublime-text-4_p4189.ebuild [2]https://github.com/gentoo/gentoo