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 EF4C1158094 for ; Thu, 1 Sep 2022 12:27:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF0AE0A44; Thu, 1 Sep 2022 12:27:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A590BE0A44 for ; Thu, 1 Sep 2022 12:27:08 +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 C088F340FBC for ; Thu, 1 Sep 2022 12:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 058DE5AF for ; Thu, 1 Sep 2022 12:27:06 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1662035172.4459639669746a843e479174c89555ddbb3a1da0.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm/lightdm-1.32.0.ebuild X-VCS-Directories: x11-misc/lightdm/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4459639669746a843e479174c89555ddbb3a1da0 X-VCS-Branch: master Date: Thu, 1 Sep 2022 12:27:06 +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: 77a69edd-3805-4637-a02b-9d38791a3734 X-Archives-Hash: bd7b9a2f7db5e220e6df12c9e0517465 commit: 4459639669746a843e479174c89555ddbb3a1da0 Author: Marek Szuba gentoo org> AuthorDate: Thu Sep 1 12:26:12 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Sep 1 12:26:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44596396 x11-misc/lightdm: port 0326445b2ff09d42d0fa399840e3314e56dd1644 to 1.32.0 Signed-off-by: Marek Szuba gentoo.org> x11-misc/lightdm/lightdm-1.32.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/x11-misc/lightdm/lightdm-1.32.0.ebuild b/x11-misc/lightdm/lightdm-1.32.0.ebuild index 48f403d1bc88..9c50443b7a3c 100644 --- a/x11-misc/lightdm/lightdm-1.32.0.ebuild +++ b/x11-misc/lightdm/lightdm-1.32.0.ebuild @@ -51,6 +51,11 @@ DOCS=( NEWS ) RESTRICT="test" REQUIRED_USE="vala? ( introspection )" +PATCHES=( + "${FILESDIR}"/${PN}-1.30.0-musl-locale.patch + "${FILESDIR}"/${PN}-1.30.0-musl-updwtmpx.patch +) + pkg_setup() { export LIGHTDM_USER=${LIGHTDM_USER:-lightdm} vala_setup