diff options
author | 2024-12-08 07:12:07 +0000 | |
---|---|---|
committer | 2024-12-08 07:12:07 +0000 | |
commit | fef88d5a518705308359f8135d92e60a3a9a64f3 (patch) | |
tree | f4f58a5b2e871fa54635bb511c240d72c103b9f4 /app-text | |
parent | app-text/ghostscript-gpl: wire up cpu_flags_arm_neon (diff) | |
download | gentoo-fef88d5a518705308359f8135d92e60a3a9a64f3.tar.gz gentoo-fef88d5a518705308359f8135d92e60a3a9a64f3.tar.bz2 gentoo-fef88d5a518705308359f8135d92e60a3a9a64f3.zip |
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@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-10.03.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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) \ |