commit:     c330a176976607d955411538e17a32c165f60d44
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Mon Jan 27 08:12:44 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 14:58:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c330a176

x11-misc/lightdm-gtk-greeter: Require X USE on gtk+

If x11-libs/gtk+ is built without X support then lightdm will fail to compile

Closes: https://bugs.gentoo.org/948383
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/40329
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...m-gtk-greeter-2.0.9.ebuild => lightdm-gtk-greeter-2.0.9-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild 
b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9-r1.ebuild
similarity index 97%
rename from x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild
rename to x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9-r1.ebuild
index ed46841470d6..b1aca8021364 100644
--- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild
+++ b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 IUSE="appindicator branding"
 
-DEPEND="x11-libs/gtk+:3
+DEPEND="x11-libs/gtk+:3[X]
        >=x11-misc/lightdm-1.2.2
        appindicator? (
                dev-libs/ayatana-ido

Reply via email to