summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-08 07:09:36 +0000
committerSam James <sam@gentoo.org>2024-12-08 07:09:36 +0000
commit648670d3df48a16e7657bde8c7c4d1836d5359b7 (patch)
treed1ee9f17469a09fab2ed9171dc5ea86e6c95345e /app-text
parentdev-lang/rust: fix LLVM assertion with debug info in 1.82.0 (diff)
downloadgentoo-648670d3df48a16e7657bde8c7c4d1836d5359b7.tar.gz
gentoo-648670d3df48a16e7657bde8c7c4d1836d5359b7.tar.bz2
gentoo-648670d3df48a16e7657bde8c7c4d1836d5359b7.zip
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@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild3
1 files changed, 2 insertions, 1 deletions
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) \