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 9F929138334 for ; Wed, 27 Jun 2018 01:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A352E0A5C; Wed, 27 Jun 2018 01:28:50 +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 2B93FE09FD for ; Wed, 27 Jun 2018 01:28:48 +0000 (UTC) From: "Marty E. Plummer" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1530062927; bh=ArR+97xhipzch9IjmBTgnYyREtpnTg9ZYKMwzEY7OI4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DstvJAUa1kE4vLue260bwwfTUVzWXyEOL1Dkf4AclDnAhhPtW5gyCiiwbzr4ylQtn BpApsEtFrESCD2nE/BvLJkMXNPyC7ghiYC78X2V3h5cui2MSWz3+DLuwcFdieSzhDH CcErS0hMjzJ2Q8eIGAILaDuUx4WxtTqf6/T1Yrn9+mtTU5dtjDhOa0stn3AV/8oM0X uDLkUJ8+jt6hy2St1LfDmlFeD8bEf6vKMomasvQH9gBBgwzLaMf1frGX9PN+n0IlHF C+K9B1W459ILDsgZFlFet+oSiwc5WGArdXJFJbuwEOqH2AsdSHuGvL7nAuEwXJGSx+ DsgdeCfnA2CeQ== To: gentoo-dev@lists.gentoo.org Cc: "Marty E. Plummer" Subject: [gentoo-dev] [PATCH 08/10] gnome2-utils.eclass: enable EAPI 7 Date: Tue, 26 Jun 2018 20:27:32 -0500 Message-Id: <20180627012734.1319-9-hanetzer@startmail.com> In-Reply-To: <20180627012734.1319-1-hanetzer@startmail.com> References: <20180627012734.1319-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: 1947bdee-7805-4e70-8749-5a2723996b23 X-Archives-Hash: 4eaf4779df6c7ab388650cf1225f4701 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- eclass/gnome2-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 6bd3cebac2d..ee570fe9c66 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@ -18,7 +18,7 @@ inherit eutils xdg-utils case "${EAPI:-0}" in - 0|1|2|3|4|5|6) ;; + 0|1|2|3|4|5|6|7) ;; *) die "EAPI=${EAPI} is not supported" ;; esac -- 2.17.1