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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69D60138359 for ; Fri, 9 Oct 2020 05:54:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADCE1E081A; Fri, 9 Oct 2020 05:54:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96B60E081A for ; Fri, 9 Oct 2020 05:54:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37C2C33BEEA for ; Fri, 9 Oct 2020 05:54:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98DF82EE for ; Fri, 9 Oct 2020 05:54:55 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1602222891.d8d1a532c8156d5236b2a3bb5b14c9375621a88b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xdm/xdm-1.1.12.ebuild X-VCS-Directories: x11-apps/xdm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d8d1a532c8156d5236b2a3bb5b14c9375621a88b X-VCS-Branch: master Date: Fri, 9 Oct 2020 05:54:55 +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: aca64f52-ab66-4e0c-a6da-e4e82784fac2 X-Archives-Hash: 4a4765d74a12ab91bfef2c9559b526f7 commit: d8d1a532c8156d5236b2a3bb5b14c9375621a88b Author: Mikle Kolyada gentoo org> AuthorDate: Fri Oct 9 05:53:37 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Oct 9 05:54:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d1a532 x11-apps/xdm: apply consolekit patch again Closes: https://bugs.gentoo.org/747124 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada gentoo.org> x11-apps/xdm/xdm-1.1.12.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-apps/xdm/xdm-1.1.12.ebuild b/x11-apps/xdm/xdm-1.1.12.ebuild index e84d025f2a9..f3006984c8e 100644 --- a/x11-apps/xdm/xdm-1.1.12.ebuild +++ b/x11-apps/xdm/xdm-1.1.12.ebuild @@ -39,6 +39,7 @@ DEPEND="${RDEPEND} pkg_setup() { PATCHES=( + "${FILESDIR}"/${P}-consolekit.patch # bug 747124 "${FILESDIR}"/${P}-make-xinerama-optional.patch )