From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D0CD15800D for ; Sun, 1 Jan 2023 05:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B003E07EA; Sun, 1 Jan 2023 05:21:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B9AEE07EA for ; Sun, 1 Jan 2023 05:21:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9D1B335DE6 for ; Sun, 1 Jan 2023 05:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4129A76F for ; Sun, 1 Jan 2023 05:21:17 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1672550431.d8336ecf624f4c7f93cda87868288aeac12b4a92.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxdm/lxdm-0.5.3-r3.ebuild lxde-base/lxdm/lxdm-0.5.3-r4.ebuild X-VCS-Directories: lxde-base/lxdm/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: d8336ecf624f4c7f93cda87868288aeac12b4a92 X-VCS-Branch: master Date: Sun, 1 Jan 2023 05:21:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5849e7eb-063d-4f06-87f3-3123a750118a X-Archives-Hash: 09fa0e64a7199dbe1fa50defed4f48e9 commit: d8336ecf624f4c7f93cda87868288aeac12b4a92 Author: Brian Evans gentoo org> AuthorDate: Sun Jan 1 05:20:31 2023 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun Jan 1 05:20:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8336ecf lxde-base/lxdm: Revbump for dependency fix Closes: https://bugs.gentoo.org/889184 Signed-off-by: Brian Evans gentoo.org> lxde-base/lxdm/{lxdm-0.5.3-r3.ebuild => lxdm-0.5.3-r4.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lxde-base/lxdm/lxdm-0.5.3-r3.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r4.ebuild similarity index 96% rename from lxde-base/lxdm/lxdm-0.5.3-r3.ebuild rename to lxde-base/lxdm/lxdm-0.5.3-r4.ebuild index 2c6641a0a084..acee960e6acb 100644 --- a/lxde-base/lxdm/lxdm-0.5.3-r3.ebuild +++ b/lxde-base/lxdm/lxdm-0.5.3-r4.ebuild @@ -19,10 +19,10 @@ IUSE="debug elogind nls pam systemd" # They are directly referenced in the C code of the greeter and config util DEPEND=" dev-libs/glib:2 - x11-libs/cairo + x11-libs/cairo[X(-)] x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/pango + x11-libs/gtk+:3[X(-)] + x11-libs/pango[X(-)] x11-libs/libX11 x11-libs/libxcb:0= virtual/libcrypt:0=