diff options
author | 2022-02-04 03:26:58 +0300 | |
---|---|---|
committer | 2022-02-13 10:39:50 +0000 | |
commit | 8d26d683b83dac850c0c09707b61c50f88d688c9 (patch) | |
tree | 7d54c5410a3ee1bb48a549e93a32aa280aa0a7f9 /dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild | |
parent | dev-python/sqlalchemy: ppc stable wrt bug #832113 (diff) | |
download | gentoo-8d26d683b83dac850c0c09707b61c50f88d688c9.tar.gz gentoo-8d26d683b83dac850c0c09707b61c50f88d688c9.tar.bz2 gentoo-8d26d683b83dac850c0c09707b61c50f88d688c9.zip |
dev-util/qdevicemonitor: disable warnings as errors
Package-Manager: Portage-3.0.30, Repoman-3.0.2
Closes: https://bugs.gentoo.org/751349
Closes: https://bugs.gentoo.org/831575
Signed-off-by: Alexander Lopatin <alopatindev@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24074
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild')
-rw-r--r-- | dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild index 29ec20c4ba08..9fb33ff061a4 100644 --- a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild +++ b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,6 +33,7 @@ PATCHES=( "${FILESDIR}"/${P}-crash-after-fresh-install.patch "${FILESDIR}"/${P}-screen-geometry-is-deprecated.patch "${FILESDIR}"/${P}-endl-is-deprecated.patch + "${FILESDIR}"/${P}-disable-warnings-as-errors.patch ) src_configure() { |