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 285B3138334 for ; Wed, 27 Jun 2018 01:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50CBAE0A85; Wed, 27 Jun 2018 01:28:51 +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 5D293E0A5E for ; Wed, 27 Jun 2018 01:28:50 +0000 (UTC) From: "Marty E. Plummer" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1530062929; bh=110IccJHsNxrz7+DC6OhIH9l2Ug+E0RHEuu752hM2fs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lEsCImxjnrC7yY7qkl4jzGecTpcXOe4oy97+Y3+nXTkZiuV3let32jQ7scLLag1ut hxpYg5PqklXs2BBA6N6/IlbtZtLpqL6DE34m3frScWXPzbvRgup3OUf7roYzj9wzLs 2jBYDgdEJlYeI/79AZOUfZEBAvFGJ4qPvUygbLlMk1JmvtAyrmmKDovA97Oe2fzxGj WyHjCELVsay5xv45q6aVz2mf1OZqPUfVMFkIN1FdcwVXTFxELwe5E8wglzlCzdZGFs 7OIggNcgMwa57wlvlR2wSXPQnU3ejSN7Haj/OU6lw/cx92hf9i/13HajII1RhTjgDd YyunJ0K32AX1g== To: gentoo-dev@lists.gentoo.org Cc: "Marty E. Plummer" Subject: [gentoo-dev] [PATCH 10/10] gnome2.eclass: enable EAPI 7 Date: Tue, 26 Jun 2018 20:27:34 -0500 Message-Id: <20180627012734.1319-11-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: abd8a1db-8150-47c4-aaa2-dd961b43d883 X-Archives-Hash: f9905a89a823621353b8b748fc079585 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- eclass/gnome2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 57eafcd451b..d49a9c21baf 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -22,7 +22,7 @@ case "${EAPI:-0}" in 4|5) EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm ;; - 6) + 6|7) EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm ;; *) die "EAPI=${EAPI} is not supported" ;; -- 2.17.1