Skip to content

Commit 0993763

Browse files
committed
x11-misc/lightdm: Remove QT5 support
While upstream is working on QT6 support being added to lightdm it is decided to drop QT5 in the meantime as we have no supporting QT5 greeter in ::gentoo and was unable to find one in any third party repos. Once canonical/lightdm#373 is merged support will be added back. Closes: https://bugs.gentoo.org/953261 Signed-off-by: Ian Jordan <[email protected]>
1 parent e859d00 commit 0993763

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

x11-misc/lightdm/lightdm-1.32.0-r3.ebuild

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/canonical/lightdm/releases/download/${PV}/${P}.tar.x
1313
LICENSE="GPL-3 LGPL-3"
1414
SLOT="0"
1515
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
16-
IUSE="audit elogind +gnome +gtk +introspection non-root qt5 systemd vala X"
16+
IUSE="audit elogind +gnome +gtk +introspection non-root systemd vala X"
1717

1818
REQUIRED_USE="^^ ( elogind systemd )
1919
vala? ( introspection )"
@@ -32,12 +32,8 @@ COMMON_DEPEND="
3232
audit? ( sys-process/audit )
3333
gnome? ( sys-apps/accountsservice )
3434
introspection? ( >=dev-libs/gobject-introspection-1 )
35-
qt5? (
36-
dev-qt/qtcore:5
37-
dev-qt/qtdbus:5
38-
dev-qt/qtgui:5
39-
)
4035
"
36+
4137
RDEPEND="${COMMON_DEPEND}
4238
acct-group/lightdm
4339
acct-group/video
@@ -120,7 +116,6 @@ src_configure() {
120116
--disable-tests
121117
$(use_enable audit libaudit)
122118
$(use_enable introspection)
123-
$(use_enable qt5 liblightdm-qt5)
124119
$(use_enable vala)
125120
--with-user-session=${_session}
126121
--with-greeter-session=${_greeter}

0 commit comments

Comments
 (0)