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 D2B4F158041 for ; Sun, 7 Apr 2024 05:55:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24FF3E29FA; Sun, 7 Apr 2024 05:55: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 08648E29FA for ; Sun, 7 Apr 2024 05:55: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B35F34327D for ; Sun, 7 Apr 2024 05:55:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BA1414F8 for ; Sun, 7 Apr 2024 05:55:17 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1712469302.d913ab40226251d62a4b70b0e727c56df73f7f06.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/firefox-i3-workspaces/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild X-VCS-Directories: x11-wm/firefox-i3-workspaces/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: d913ab40226251d62a4b70b0e727c56df73f7f06 X-VCS-Branch: dev Date: Sun, 7 Apr 2024 05:55: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: ec7d66f9-4654-4c7b-a4a7-8962a7d24244 X-Archives-Hash: 61a1779d9e7f1a097b622c244245e434 commit: d913ab40226251d62a4b70b0e727c56df73f7f06 Author: Vitaly Zdanevich ya ru> AuthorDate: Sun Apr 7 05:55:02 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Sun Apr 7 05:55:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d913ab40 x11-wm/firefox-i3-workspaces: remove commented line of code about S=... Signed-off-by: Vitaly Zdanevich ya.ru> x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild b/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild index 372f2d6040..473488147c 100644 --- a/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild +++ b/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild @@ -16,8 +16,6 @@ RDEPEND=" dev-python/i3ipc " -# S="${DISTDIR}" - PATCHES=( "$FILESDIR/path-adapt.patch" )