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 AB10D138334 for ; Thu, 21 Jun 2018 05:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1085FE09F8; Thu, 21 Jun 2018 05:10:59 +0000 (UTC) Received: from mx-out1.startmail.com (mx-out1.startmail.com [145.131.90.139]) (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 17C1BE09DB for ; Thu, 21 Jun 2018 05:10:57 +0000 (UTC) From: "Marty E. Plummer" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1529557856; bh=flzGMZkcswXrxGolXOAFD4i1H+UNKUs6EAfCsom+7UE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SY3KBUW4nxO0voye9/1XPGw3D5K3H74FQIyx2o9MgpTuorMMUR68J4dFekrjq8khs rX82Uzi+GYmh7v5p7WFYyFvHyIhvhtjXMjtGv9HHFinqjdya7eM6kdSaojqZC8150I dF73MNjwyI78qZLWPPlfS8JtNtMh+qsK8ujBqhOxEobLnkfDkVT4iWeugzm8pMK9Ds hwvPaQqpP5qlPxgeFab1+zIP8j9CeffCQiD8rP/qV1ZZQK2V4/c6w7qFuCGO/eJH1N gTV+jmqNqRxcv2FHhVHD6QPzVl8wVsS9Gqb6ci6MA7eYNYSZnuR8slc81DOuSiOlQG GvcGudlsZEF3A== To: gentoo-dev@lists.gentoo.org Cc: "Marty E. Plummer" Subject: [gentoo-dev] [PATCH 05/10] xdg.eclass: make EAPI 7 ready Date: Thu, 21 Jun 2018 00:09:45 -0500 Message-Id: <20180621050950.9162-6-hanetzer@startmail.com> In-Reply-To: <20180621050950.9162-1-hanetzer@startmail.com> References: <20180621050950.9162-1-hanetzer@startmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 5f40483c-d4aa-435b-9a14-fd2bb0f6dfbc X-Archives-Hash: 129053bd1d805233f576e91dd2c952e7 Add dev-util/desktop-file-utils and x11-misc/shared-mime-info to BDEPEND as a number of executables which will need to be executed on the build host are included in them. Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- eclass/xdg.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/xdg.eclass b/eclass/xdg.eclass index 2a4e1f81abf..bd609f3a493 100644 --- a/eclass/xdg.eclass +++ b/eclass/xdg.eclass @@ -26,6 +26,7 @@ DEPEND=" dev-util/desktop-file-utils x11-misc/shared-mime-info " +has ${EAPI:-0} 7 && BDEPEND="${DEPEND}" fi # @FUNCTION: xdg_src_prepare -- 2.17.1