app-editors/xemacs: disable ccache in src_compile

ccache does not support #embed directive

https://bugs.gentoo.org/959756
Signed-off-by: Mats Lidell <matsl@gentoo.org>
This commit is contained in:
Mats Lidell
2025-09-01 14:21:54 +02:00
parent bbd2275c6f
commit 779460f9e1
2 changed files with 4 additions and 1 deletions

View File

@@ -65,7 +65,6 @@ src_prepare() {
eapply "${FILESDIR}/${P}-failing-tests.patch"
eapply "${FILESDIR}/${P}-failing-tests-2.patch"
eapply "${FILESDIR}/${P}-configure-postgresql.patch"
eapply "${FILESDIR}/${P}-embed.patch"
eapply_user
eautoconf
@@ -186,6 +185,8 @@ src_configure() {
}
src_compile() {
# bug #959756
local -x CCACHE_DISABLE=1
emake EMACSLOADPATH="${S}"/lisp
}

View File

@@ -185,6 +185,8 @@ src_configure() {
}
src_compile() {
# bug: #959756
local -x CCACHE_DISABLE=1
emake EMACSLOADPATH="${S}"/lisp
}