diff options
author | Sam James <sam@gentoo.org> | 2021-08-01 08:09:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-01 19:27:46 +0100 |
commit | 9b65a6054fa840ac8267ae259ed7146c942c191b (patch) | |
tree | f8e06b989fdd9fe130d646bacb8ae9dfa29a77d1 /x11-misc/lightdm | |
parent | sys-auth/yubikey-personalization-gui: drop obsolete qt5 C++11 workaround (diff) | |
download | gentoo-9b65a6054fa840ac8267ae259ed7146c942c191b.tar.gz gentoo-9b65a6054fa840ac8267ae259ed7146c942c191b.tar.bz2 gentoo-9b65a6054fa840ac8267ae259ed7146c942c191b.zip |
x11-misc/lightdm: drop obsolete qt5 C++11 workaround
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/21850
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/lightdm')
-rw-r--r-- | x11-misc/lightdm/lightdm-1.30.0-r2.ebuild | 4 |
1 files changed, 1 insertions, 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 d9817636806d..bd8fd0cb9b0a 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=( |