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 15B3A13835A for ; Sun, 18 Apr 2021 02:55:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8DAEE0817; Sun, 18 Apr 2021 02:55:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C3E4FE0817 for ; Sun, 18 Apr 2021 02:55:33 +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 5B754340D01 for ; Sun, 18 Apr 2021 02:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91014673 for ; Sun, 18 Apr 2021 02:55:29 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1618714332.8af65c5b9e1582cba0821ff4856d230dec474c88.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/doublecmd-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild X-VCS-Directories: app-misc/doublecmd-bin/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 8af65c5b9e1582cba0821ff4856d230dec474c88 X-VCS-Branch: dev Date: Sun, 18 Apr 2021 02:55:29 +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: b66a0d71-c8fb-4c57-bf42-fb2953886316 X-Archives-Hash: a663300ea3115e9bc71c5353d886e269 commit: 8af65c5b9e1582cba0821ff4856d230dec474c88 Author: Theo Anderson posteo de> AuthorDate: Sun Apr 18 02:52:12 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sun Apr 18 02:52:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8af65c5b app-misc/doublecmd-bin: eutils-- Signed-off-by: Theo Anderson posteo.de> app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild b/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild index 17d66bd82..4b161faf3 100644 --- a/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild +++ b/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop eutils xdg +inherit desktop xdg MY_PN="doublecmd" DESCRIPTION="Free cross platform open source file manager with two panels side by side."