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 38E26138334 for ; Thu, 15 Aug 2019 08:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95A67E0806; Thu, 15 Aug 2019 08:32:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2FAE3E078A for ; Thu, 15 Aug 2019 08:32:51 +0000 (UTC) Received: from hydra.local.sysdump.net (ip72-194-111-69.oc.oc.cox.net [72.194.111.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gyakovlev) by smtp.gentoo.org (Postfix) with ESMTPSA id C9A10349B99; Thu, 15 Aug 2019 08:32:49 +0000 (UTC) From: Georgy Yakovlev To: gentoo-dev@lists.gentoo.org Cc: Georgy Yakovlev Subject: [gentoo-dev] [PATCH 1/3] profiles: add eapi=5 to ppc64/17.0/64bit-userland/little-endian Date: Thu, 15 Aug 2019 01:32:29 -0700 Message-Id: <20190815083231.166292-2-gyakovlev@gentoo.org> X-Mailer: git-send-email 2.22.1 In-Reply-To: <20190815083231.166292-1-gyakovlev@gentoo.org> References: <20190815083231.166292-1-gyakovlev@gentoo.org> 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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 65672b08-6de1-4322-bbd6-318df79d22eb X-Archives-Hash: eb5219054b26ba322921e64eafa201ab Signed-off-by: Georgy Yakovlev --- .../linux/powerpc/ppc64/17.0/64bit-userland/little-endian/eapi | 1 + 1 file changed, 1 insertion(+) create mode 100644 profiles/default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian/eapi diff --git a/profiles/default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian/eapi b/profiles/default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian/eapi @@ -0,0 +1 @@ +5 -- 2.22.1