commit: 648670d3df48a16e7657bde8c7c4d1836d5359b7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 8 07:09:36 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 8 07:09:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648670d3
app-text/ghostscript-gpl: wire up cpu_flags_arm_neon negril pointed out the existence of the configure option. Closes: https://bugs.gentoo.org/926891 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild index 054a3505cd91..c4d10ec5f128 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.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 @@ -161,6 +161,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) \
