From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CC5B1582EF for ; Mon, 10 Mar 2025 02:19:12 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 76B7F3430EF for ; Mon, 10 Mar 2025 02:19:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 86BF5110476; Mon, 10 Mar 2025 02:18:40 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7EA25110476 for ; Mon, 10 Mar 2025 02:18:40 +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 3ACD3343164 for ; Mon, 10 Mar 2025 02:18:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 393E828B3 for ; Mon, 10 Mar 2025 02:18:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741572692.08b964fcf8d9bae04c641f3b71ed0192d97a90dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/lumina/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/lumina/lumina-1.6.2-r4.ebuild X-VCS-Directories: x11-wm/lumina/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 08b964fcf8d9bae04c641f3b71ed0192d97a90dd X-VCS-Branch: master Date: Mon, 10 Mar 2025 02:18:37 +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: 8517a5c0-63dc-4ee0-b081-a141da1b390a X-Archives-Hash: 185deba898b4ec130f0c8de35185fe08 commit: 08b964fcf8d9bae04c641f3b71ed0192d97a90dd Author: Cristian Othón Martínez Vera cfuga mx> AuthorDate: Wed Mar 5 20:21:59 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 10 02:11:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b964fc x11-wm/lumina: don't compress man pages -- add patch to current ebuild Signed-off-by: Cristian Othón Martínez Vera cfuga.mx> Closes: https://github.com/gentoo/gentoo/pull/30390 Signed-off-by: Sam James gentoo.org> x11-wm/lumina/lumina-1.6.2-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/lumina/lumina-1.6.2-r4.ebuild b/x11-wm/lumina/lumina-1.6.2-r4.ebuild index cfcb76c6e824..2c7d206baf40 100644 --- a/x11-wm/lumina/lumina-1.6.2-r4.ebuild +++ b/x11-wm/lumina/lumina-1.6.2-r4.ebuild @@ -57,6 +57,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}/desktop-files.patch" + "${FILESDIR}/manpages.patch" ) DOCS=( README.md )