Diff openbabel-3.1.1_p20241221-r4 with a openbabel-9999

/usr/portage/sci-chemistry/openbabel/openbabel-9999.ebuild 2025-12-22 20:18:06.954222520 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
26 26
		SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
27 27
		S="${WORKDIR}/${PN}-${MY_P}"
28 28
	fi
29
	KEYWORDS="amd64 ~arm ~x86"
29
	KEYWORDS="~amd64 ~arm ~x86"
30 30
fi
31 31

  
32 32
LICENSE="GPL-2"
......
72 72
	"${FILESDIR}"/${PN}-3.1.1_p2024-fix_pybind.patch
73 73
	# prevent installation of examples in /usr/bin
74 74
	"${FILESDIR}"/${PN}-3.1.1_p2024-fix_examples.patch
75
	# cmake4-compat
76
	"${FILESDIR}"/${PN}-3.1.1_p2024-cmake4.patch
77 75
)
78 76

  
79 77
pkg_pretend() {
......
241 239
	fi
242 240

  
243 241
	if use wxwidgets; then
244
		make_desktop_entry --eapi9 obgui -n "Open Babel" -i ${PN}
242
		make_desktop_entry obgui "Open Babel" ${PN}
245 243
		newicon "${S}"/src/GUI/babel.xpm ${PN}.xpm
246 244
	fi
247 245
}
Thank you!