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 C1D4F158092 for ; Mon, 20 Sep 2021 09:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA0CBE093E; Mon, 20 Sep 2021 09:32:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C817FE093E for ; Mon, 20 Sep 2021 09:32:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6C4B3430DE for ; Mon, 20 Sep 2021 09:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 646DDEE for ; Mon, 20 Sep 2021 09:32:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1632130062.02f33be72380a1a0c878121d5b0da193570fec69.andrewammerlaan@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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 02f33be72380a1a0c878121d5b0da193570fec69 X-VCS-Branch: dev Date: Mon, 20 Sep 2021 09:32:02 +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: 3f72e10a-f536-49de-b91d-0aa8689ffbb9 X-Archives-Hash: e08ef5745ddffb07249f7379b58dd426 Message-ID: <20210920093202.VrZZyFLUAh6Svko3InA02jLZlWgPAjJUatB5PsDftjY@z> commit: 02f33be72380a1a0c878121d5b0da193570fec69 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 20 09:27:42 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 20 09:27:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02f33be7 app-misc/doublecmd-bin: fix MissingInherits Package-Manager: Portage-3.0.23, Repoman-3.0.3 RepoMan-Options: --force Signed-off-by: Andrew Ammerlaan gentoo.org> 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 4b161faf3..7a31927b4 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 xdg +inherit desktop wrapper xdg MY_PN="doublecmd" DESCRIPTION="Free cross platform open source file manager with two panels side by side."