Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 813768
Collapse All | Expand All

(-)a/games-engines/devilutionx/devilutionx-1.2.1-r1.ebuild (-1 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
Lines 41-46 BDEPEND=" Link Here
41
41
42
PATCHES=(
42
PATCHES=(
43
	"${FILESDIR}/${PN}-1.2.0_pre-no_bundled_font.patch" #704508
43
	"${FILESDIR}/${PN}-1.2.0_pre-no_bundled_font.patch" #704508
44
	"${FILESDIR}/${PN}-1.2.1-disable-ccache.patch" #813768
44
)
45
)
45
46
46
DOCS=( docs/CHANGELOG.md )
47
DOCS=( docs/CHANGELOG.md )
(-)a/games-engines/devilutionx/devilutionx-9999.ebuild (-1 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
Lines 41-46 BDEPEND=" Link Here
41
41
42
PATCHES=(
42
PATCHES=(
43
	"${FILESDIR}/${PN}-1.2.0_pre-no_bundled_font.patch" #704508
43
	"${FILESDIR}/${PN}-1.2.0_pre-no_bundled_font.patch" #704508
44
	"${FILESDIR}/${PN}-1.2.1-disable-ccache.patch" #813768
44
)
45
)
45
46
46
DOCS=( docs/CHANGELOG.md )
47
DOCS=( docs/CHANGELOG.md )
(-)a/games-engines/devilutionx/files/devilutionx-1.2.1-disable-ccache.patch (+17 lines)
Line 0 Link Here
1
We let users enable ccache by themselves. Avoids sandbox violation.
2
3
https://bugs.gentoo.org/813768
4
--- a/CMakeLists.txt
5
+++ b/CMakeLists.txt
6
@@ -54,11 +54,6 @@ if(NOT VERSION_NUM)
7
   endif()
8
 endif()
9
 
10
-find_program(CCACHE_PROGRAM ccache)
11
-if(CCACHE_PROGRAM)
12
-  set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
13
-endif()
14
-
15
 if(VERSION_NUM MATCHES untagged)
16
   project(DevilutionX
17
     LANGUAGES C CXX)

Return to bug 813768