diff options
Diffstat (limited to 'app-misc/g810-led/g810-led-0.4.2.ebuild')
-rw-r--r-- | app-misc/g810-led/g810-led-0.4.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-misc/g810-led/g810-led-0.4.2.ebuild b/app-misc/g810-led/g810-led-0.4.2.ebuild index 5b912b7836b9..b99c5dd3daea 100644 --- a/app-misc/g810-led/g810-led-0.4.2.ebuild +++ b/app-misc/g810-led/g810-led-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2021 Gentoo Authors +# Copyright 2018-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,10 @@ DEPEND="${RDEPEND}" DOCS=("README.md" "sample_profiles" "sample_effects") +# Fix for GCC 13; Bug #895426 +# See https://github.com/MatMoul/g810-led/pull/302 +PATCHES=( "${FILESDIR}/g810-led-0.4.2_gcc13.patch" ) + src_prepare() { default # See |