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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C97215806E for ; Mon, 29 May 2023 12:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4806FE087E; Mon, 29 May 2023 12:39:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31A05E087E for ; Mon, 29 May 2023 12:39:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66ADD340E19 for ; Mon, 29 May 2023 12:39:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06184A6C for ; Mon, 29 May 2023 12:39:05 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1685363929.a33d1a0bb043d09823683f4a7a339f3e8bd8cf77.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/wdm/wdm-1.28-r9.ebuild X-VCS-Directories: x11-misc/wdm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a33d1a0bb043d09823683f4a7a339f3e8bd8cf77 X-VCS-Branch: master Date: Mon, 29 May 2023 12:39:05 +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: 8e59ec35-2c11-464a-ad2e-193d546b5e78 X-Archives-Hash: c19fb1142ae808ed6007925e40e974f0 commit: a33d1a0bb043d09823683f4a7a339f3e8bd8cf77 Author: Joonas Niilola gentoo org> AuthorDate: Mon May 29 12:38:49 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 29 12:38:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33d1a0b x11-misc/wdm: add missing deps to 1.28-r9 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/wdm/wdm-1.28-r9.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-misc/wdm/wdm-1.28-r9.ebuild b/x11-misc/wdm/wdm-1.28-r9.ebuild index 499a7d495ad1..8a8c76f0d3cb 100644 --- a/x11-misc/wdm/wdm-1.28-r9.ebuild +++ b/x11-misc/wdm/wdm-1.28-r9.ebuild @@ -16,10 +16,11 @@ IUSE="pam selinux truetype" DEPEND=" virtual/libcrypt:= - >=x11-wm/windowmaker-0.70.0 + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp x11-libs/libXmu - x11-libs/libXpm - x11-libs/libXt + x11-wm/windowmaker pam? ( sys-libs/pam ) truetype? ( x11-libs/libXft ) "