mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
kde-apps/akonadi-search: Corrosion prevention
Closes: https://bugs.gentoo.org/927072 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
a00ea592a7
commit
25249a768e
@ -47,3 +47,9 @@ DEPEND="${RDEPEND}
|
||||
BDEPEND="
|
||||
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
# not packaged (bug 911819), but if present leads to rust shenanigans (bug 927072)
|
||||
local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Corrosion=ON )
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
@ -46,3 +46,9 @@ DEPEND="${RDEPEND}
|
||||
BDEPEND="
|
||||
test? ( >=kde-apps/akonadi-${PVCUT}:6[tools] )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
# not packaged (bug 911819), but if present leads to rust shenanigans (bug 927072)
|
||||
local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Corrosion=ON )
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user