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 B772215800F for ; Mon, 6 Feb 2023 20:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AEE1E07EE; Mon, 6 Feb 2023 20:17:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EB6DEE07EE for ; Mon, 6 Feb 2023 20:17:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14636340A98 for ; Mon, 6 Feb 2023 20:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 934C8895 for ; Mon, 6 Feb 2023 20:17:24 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1675714612.d53eaf05a5a50d1b0460813b28b537603c6ad717.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/spawn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/spawn/spawn-23.0.0-r1.ebuild dev-ada/spawn/spawn-23.0.0.ebuild X-VCS-Directories: dev-ada/spawn/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: d53eaf05a5a50d1b0460813b28b537603c6ad717 X-VCS-Branch: master Date: Mon, 6 Feb 2023 20:17:24 +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: b8d6a4ae-b2b7-4b91-9da1-687d57c0a829 X-Archives-Hash: c575a34eab33b0255979d1db89431238 commit: d53eaf05a5a50d1b0460813b28b537603c6ad717 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Feb 6 20:16:52 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Feb 6 20:16:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53eaf05 dev-ada/spawn: EAPI 8 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/spawn/{spawn-23.0.0.ebuild => spawn-23.0.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ada/spawn/spawn-23.0.0.ebuild b/dev-ada/spawn/spawn-23.0.0-r1.ebuild similarity index 98% rename from dev-ada/spawn/spawn-23.0.0.ebuild rename to dev-ada/spawn/spawn-23.0.0-r1.ebuild index 810600f83734..bd3c6bcdcd39 100644 --- a/dev-ada/spawn/spawn-23.0.0.ebuild +++ b/dev-ada/spawn/spawn-23.0.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 ADA_COMPAT=( gnat_2021 gcc_12_2_0 ) inherit ada multiprocessing