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 05113138334 for ; Thu, 13 Sep 2018 11:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEF99E0A5D; Thu, 13 Sep 2018 11:19:59 +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 9538CE0A5D for ; Thu, 13 Sep 2018 11:19:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 627DF335D00 for ; Thu, 13 Sep 2018 11:19:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4462A3C5 for ; Thu, 13 Sep 2018 11:19:56 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1536837590.c0bd2e6cb7f8259ff8baca3f740ee8f023e6b948.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openssh/openssh-7.8_p1.ebuild X-VCS-Directories: net-misc/openssh/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c0bd2e6cb7f8259ff8baca3f740ee8f023e6b948 X-VCS-Branch: master Date: Thu, 13 Sep 2018 11:19:56 +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-Archives-Salt: 3ecf4408-b60b-444f-b529-490eb322d14d X-Archives-Hash: 2d3bb706b5c48f7b7929b3139ef4d41f commit: c0bd2e6cb7f8259ff8baca3f740ee8f023e6b948 Author: Lars Wendler gentoo org> AuthorDate: Thu Sep 13 11:19:36 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Sep 13 11:19:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bd2e6c net-misc/openssh: No EAPI-7 in base-system packages yet. See https://wiki.gentoo.org/wiki/Project:Base#Rules_and_limitations Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-misc/openssh/openssh-7.8_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openssh/openssh-7.8_p1.ebuild b/net-misc/openssh/openssh-7.8_p1.ebuild index fd5191f0df9..44272213431 100644 --- a/net-misc/openssh/openssh-7.8_p1.ebuild +++ b/net-misc/openssh/openssh-7.8_p1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=6 inherit user flag-o-matic multilib autotools pam systemd