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 28E3A138334 for ; Thu, 15 Nov 2018 22:55:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4B07E08C8; Thu, 15 Nov 2018 22:55:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BC62FE08C8 for ; Thu, 15 Nov 2018 22:55:32 +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 F2B5C335C39 for ; Thu, 15 Nov 2018 22:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40982459 for ; Thu, 15 Nov 2018 22:55:29 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1542322520.d442f32edc827054d13450b00921ca6c5a1df3f2.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/metalog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/metalog/metalog-20181125.ebuild X-VCS-Directories: app-admin/metalog/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: d442f32edc827054d13450b00921ca6c5a1df3f2 X-VCS-Branch: master Date: Thu, 15 Nov 2018 22:55:29 +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: 49813900-4918-47e0-9596-4202f2ebeb64 X-Archives-Hash: ef94144af8a3a7dd4fc0a9f7c06c16b1 commit: d442f32edc827054d13450b00921ca6c5a1df3f2 Author: Patrick McLean gentoo org> AuthorDate: Thu Nov 15 22:55:20 2018 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Nov 15 22:55:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d442f32e app-admin/metalog: EAPI=6 Somehow the EAPI changed in the bump Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Patrick McLean gentoo.org> app-admin/metalog/metalog-20181125.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/metalog/metalog-20181125.ebuild b/app-admin/metalog/metalog-20181125.ebuild index 9440d45f8e5..25657e4a752 100644 --- a/app-admin/metalog/metalog-20181125.ebuild +++ b/app-admin/metalog/metalog-20181125.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=6 inherit autotools systemd DESCRIPTION="A highly configurable replacement for syslogd/klogd"