commit: 9b65a6054fa840ac8267ae259ed7146c942c191b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 1 07:09:53 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 1 18:27:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b65a605
x11-misc/lightdm: drop obsolete qt5 C++11 workaround Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21850 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/lightdm/lightdm-1.30.0-r2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-misc/lightdm/lightdm-1.30.0-r2.ebuild b/x11-misc/lightdm/lightdm-1.30.0-r2.ebuild index d9817636806..bd8fd0cb9b0 100644 --- a/x11-misc/lightdm/lightdm-1.30.0-r2.ebuild +++ b/x11-misc/lightdm/lightdm-1.30.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic pam qmake-utils readme.gentoo-r1 systemd user vala xdg-utils +inherit autotools pam qmake-utils readme.gentoo-r1 systemd user vala xdg-utils DESCRIPTION="A lightweight display manager" HOMEPAGE="https://github.com/CanonicalLtd/lightdm" @@ -99,8 +99,6 @@ src_configure() { einfo "Default session: ${_session}" einfo "Greeter user: ${_user}" - use qt5 && append-cxxflags -std=c++11 - # also disable tests because libsystem.c does not build. Tests are # restricted so it does not matter anyway. local myeconfargs=(
