commit: fef88d5a518705308359f8135d92e60a3a9a64f3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 8 07:12:07 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 8 07:12:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef88d5a
app-text/ghostscript-gpl: backport neon fix Backport the fix from 648670d3df48a16e7657bde8c7c4d1836d5359b7 so the security stablereq can proceed. Bug: https://bugs.gentoo.org/926891 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/ghostscript-gpl/ghostscript-gpl-10.03.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.03.1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.03.1.ebuild index ba86cef419b5..056679d53cdb 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.03.1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.03.1.ebuild @@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="AGPL-3 CPL-1.0" SLOT="0/$(ver_cut 1-2)" KEYWORDS="~alpha amd64 ~arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="cups dbus gtk l10n_de static-libs unicode X" +IUSE="cups cpu_flags_arm_neon dbus gtk l10n_de static-libs unicode X" LANGS="ja ko zh-CN zh-TW" for X in ${LANGS} ; do @@ -159,6 +159,7 @@ src_configure() { $(use_enable cups) \ $(use_enable dbus) \ $(use_enable gtk) \ + $(use_enable cpu_flags_arm_neon neon) \ $(use_with cups pdftoraster) \ $(use_with unicode libidn) \ $(use_with X x) \
