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 0F8FF138335 for ; Thu, 26 Dec 2019 11:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B818EE0CEB; Thu, 26 Dec 2019 11:05:30 +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 13BDEE0CEB for ; Thu, 26 Dec 2019 11:05:30 +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 011B634DB96 for ; Thu, 26 Dec 2019 11:05:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3CE640 for ; Thu, 26 Dec 2019 11:05:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1577358319.680628f7b7710cbb4772eff13db952c36400623b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq-extras/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/zpaq-extras/zpaq-extras-3.ebuild X-VCS-Directories: app-arch/zpaq-extras/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 680628f7b7710cbb4772eff13db952c36400623b X-VCS-Branch: master Date: Thu, 26 Dec 2019 11:05:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0dc37ed6-18c5-4fad-a26a-e6709f00cd75 X-Archives-Hash: 9545f90fac81c581efc7b81d2f1d300d commit: 680628f7b7710cbb4772eff13db952c36400623b Author: Michał Górny gentoo org> AuthorDate: Thu Dec 26 10:56:22 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 26 11:05:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680628f7 app-arch/zpaq-extras: Bump to EAPI 7 Signed-off-by: Michał Górny gentoo.org> app-arch/zpaq-extras/zpaq-extras-3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/zpaq-extras/zpaq-extras-3.ebuild b/app-arch/zpaq-extras/zpaq-extras-3.ebuild index b09605d9151..cb8fc5815eb 100644 --- a/app-arch/zpaq-extras/zpaq-extras-3.ebuild +++ b/app-arch/zpaq-extras/zpaq-extras-3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit toolchain-funcs DESCRIPTION="A set of additional compression profiles for app-arch/zpaq"