commit: b1988966d0d8dd4e957d3b94db02ee67ba773216 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat Feb 13 10:14:02 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 13 10:14:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1988966
sys-apps/qingy: Apply gcc-10 workaround Closes: https://github.com/gentoo/gentoo/pull/19409 Closes: https://bugs.gentoo.org/707622 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-apps/qingy/qingy-1.0.0-r5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/qingy/qingy-1.0.0-r5.ebuild b/sys-apps/qingy/qingy-1.0.0-r5.ebuild index 0b1c6141e41..c842ba0889c 100644 --- a/sys-apps/qingy/qingy-1.0.0-r5.ebuild +++ b/sys-apps/qingy/qingy-1.0.0-r5.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools elisp-common eutils pam systemd + +inherit autotools elisp-common eutils flag-o-matic pam systemd GENTOO_THEME_VERSION="2.1" @@ -48,6 +49,7 @@ src_prepare() { } src_configure() { + append-cflags -fcommon local crypto_support="--disable-crypto" local emacs_support="--disable-emacs --without-lispdir"
