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 792FC158086 for ; Tue, 16 Nov 2021 13:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35EB9E0833; Tue, 16 Nov 2021 13:45:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 42F33E0833 for ; Tue, 16 Nov 2021 13:45:37 +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 84414342CCA for ; Tue, 16 Nov 2021 13:45:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D614F163 for ; Tue, 16 Nov 2021 13:45:33 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1637070322.1b43f616dfc1b145b574faf48f2df607943b6ca1.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-kakasi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/gauche-kakasi/gauche-kakasi-0.1-r1.ebuild X-VCS-Directories: dev-scheme/gauche-kakasi/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 1b43f616dfc1b145b574faf48f2df607943b6ca1 X-VCS-Branch: master Date: Tue, 16 Nov 2021 13:45:33 +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: ebdaee57-7d69-4e64-aade-be23b4963e14 X-Archives-Hash: 48f360a884915700998df473eea50f5a commit: 1b43f616dfc1b145b574faf48f2df607943b6ca1 Author: Akinori Hattori gentoo org> AuthorDate: Tue Nov 16 13:45:22 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Nov 16 13:45:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b43f616 dev-scheme/gauche-kakasi: update to EAPI 8 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> dev-scheme/gauche-kakasi/gauche-kakasi-0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scheme/gauche-kakasi/gauche-kakasi-0.1-r1.ebuild b/dev-scheme/gauche-kakasi/gauche-kakasi-0.1-r1.ebuild index 6578a06ae03b..ce93266467be 100644 --- a/dev-scheme/gauche-kakasi/gauche-kakasi-0.1-r1.ebuild +++ b/dev-scheme/gauche-kakasi/gauche-kakasi-0.1-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 autotools