diff options
author | 2022-01-13 01:41:45 +0000 | |
---|---|---|
committer | 2022-01-13 01:42:08 +0000 | |
commit | be02856a46e00bbb861fd3c651cac42c2b7697d0 (patch) | |
tree | fd8315e8d644cb29e2711f3cf7f28cfa1e73383b /dev-lang/mono/mono-6.12.0.122.ebuild | |
parent | profiles/arch/arm64: unmask gnome[classic] (diff) | |
download | gentoo-be02856a46e00bbb861fd3c651cac42c2b7697d0.tar.gz gentoo-be02856a46e00bbb861fd3c651cac42c2b7697d0.tar.bz2 gentoo-be02856a46e00bbb861fd3c651cac42c2b7697d0.zip |
dev-lang/mono: fix automagic ccache usage
This is for users to enable, not for build systems to do it based
on whether ccache is installed (which leads to sandbox issues anyway).
Closes: https://bugs.gentoo.org/830562
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/mono/mono-6.12.0.122.ebuild')
-rw-r--r-- | dev-lang/mono/mono-6.12.0.122.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/mono/mono-6.12.0.122.ebuild b/dev-lang/mono/mono-6.12.0.122.ebuild index 449d4aebe3b2..97ee904ee535 100644 --- a/dev-lang/mono/mono-6.12.0.122.ebuild +++ b/dev-lang/mono/mono-6.12.0.122.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,6 +36,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-5.12-try-catch.patch + "${FILESDIR}"/${PN}-6.12.0.122-disable-automagic-ccache.patch ) pkg_pretend() { |