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 B2ECC139360 for ; Wed, 11 Aug 2021 22:23:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7E4FE070D; Wed, 11 Aug 2021 22:23:40 +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 CA067E070D for ; Wed, 11 Aug 2021 22:23:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 837A2342C6F for ; Wed, 11 Aug 2021 22:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC0CE737 for ; Wed, 11 Aug 2021 22:23:37 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1628720606.f4568bb65e12ccf9126ecc0701bd2594a67821f8.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/quilt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/quilt/quilt-0.66-r1.ebuild X-VCS-Directories: dev-util/quilt/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: f4568bb65e12ccf9126ecc0701bd2594a67821f8 X-VCS-Branch: master Date: Wed, 11 Aug 2021 22:23:37 +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: 88e2abbf-c305-469e-884d-452f2d7d69e2 X-Archives-Hash: 89d4c1aaecf54cc4ab528a3a609767a2 commit: f4568bb65e12ccf9126ecc0701bd2594a67821f8 Author: Mike Pagano gentoo org> AuthorDate: Wed Aug 11 22:23:26 2021 +0000 Commit: Mike Pagano gentoo org> CommitDate: Wed Aug 11 22:23:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4568bb6 dev-util/quilt: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mike Pagano gentoo.org> dev-util/quilt/quilt-0.66-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/quilt/quilt-0.66-r1.ebuild b/dev-util/quilt/quilt-0.66-r1.ebuild index efecefba479..1c8ce1bedd0 100644 --- a/dev-util/quilt/quilt-0.66-r1.ebuild +++ b/dev-util/quilt/quilt-0.66-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" inherit bash-completion-r1