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 8145C15800F for ; Wed, 15 Feb 2023 11:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89326E07F9; Wed, 15 Feb 2023 11:03:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 741D9E07F9 for ; Wed, 15 Feb 2023 11:03:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3275F340D7D for ; Wed, 15 Feb 2023 11:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58BFF8AE for ; Wed, 15 Feb 2023 11:03:56 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1676459024.0ae7bc34b5191599b274017243d97bb157547184.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rex/rex-1.14.0-r1.ebuild app-admin/rex/rex-9999.ebuild X-VCS-Directories: app-admin/rex/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 0ae7bc34b5191599b274017243d97bb157547184 X-VCS-Branch: master Date: Wed, 15 Feb 2023 11:03: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba5a813b-85ae-4fc1-9af2-5139add30b34 X-Archives-Hash: d46accf8f58380b0c109b72a677970b5 commit: 0ae7bc34b5191599b274017243d97bb157547184 Author: Ferenc Erki gmail com> AuthorDate: Tue Feb 7 17:19:48 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Wed Feb 15 11:03:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae7bc34 app-admin/rex: switch to EAPI 8 Signed-off-by: Ferenc Erki gmail.com> Signed-off-by: Patrick Lauer gentoo.org> app-admin/rex/{rex-9999.ebuild => rex-1.14.0-r1.ebuild} | 2 +- app-admin/rex/rex-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-1.14.0-r1.ebuild similarity index 99% copy from app-admin/rex/rex-9999.ebuild copy to app-admin/rex/rex-1.14.0-r1.ebuild index 32b60f046bfb..8cbbbb057ec2 100644 --- a/app-admin/rex/rex-9999.ebuild +++ b/app-admin/rex/rex-1.14.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ ${PV} == 9999 ]]; then GITHUB_USER=RexOps diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-9999.ebuild index 32b60f046bfb..8cbbbb057ec2 100644 --- a/app-admin/rex/rex-9999.ebuild +++ b/app-admin/rex/rex-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ ${PV} == 9999 ]]; then GITHUB_USER=RexOps