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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8A9215808B for ; Fri, 15 Apr 2022 06:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C89EE0900; Fri, 15 Apr 2022 06:18:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E126BE08F1 for ; Fri, 15 Apr 2022 06:18:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECD4E341DCB for ; Fri, 15 Apr 2022 06:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84C433AA for ; Fri, 15 Apr 2022 06:18:53 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1650003528.3247fa5884e394d18badaa32752da6e8dd2f96b9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-zsh-completions/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild X-VCS-Directories: app-shells/gentoo-zsh-completions/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3247fa5884e394d18badaa32752da6e8dd2f96b9 X-VCS-Branch: master Date: Fri, 15 Apr 2022 06:18:53 +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: 982f6b1e-6c7e-42c3-b63e-84b7c86568cb X-Archives-Hash: 66fb329a4c44fd687cbd73d60248282e commit: 3247fa5884e394d18badaa32752da6e8dd2f96b9 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Wed Apr 6 01:31:16 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Apr 15 06:18:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3247fa58 app-shells/gentoo-zsh-completions: update EAPI 6 -> 8 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/24925 Signed-off-by: Joonas Niilola gentoo.org> .../gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild index 306738aed653..ac89d477c103 100644 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 if [[ ${PV} == 9999* ]] ; then inherit git-r3