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 92C321381F3 for ; Tue, 12 May 2020 14:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7B14E099E; Tue, 12 May 2020 14:59:52 +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 87D25E0995 for ; Tue, 12 May 2020 14:59:52 +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 00CE33501E5 for ; Tue, 12 May 2020 14:59:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADAA221E for ; Tue, 12 May 2020 14:59:49 +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: <1589295565.acad8e81ae3f9e75127ad5eefe33183f5ec19366.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild X-VCS-Directories: dev-scheme/c-wrapper/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: acad8e81ae3f9e75127ad5eefe33183f5ec19366 X-VCS-Branch: master Date: Tue, 12 May 2020 14:59:49 +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: df3c348f-a4a8-4ef0-bfc1-b3b380acee78 X-Archives-Hash: 979e82322138c32f3777be6e897340c7 commit: acad8e81ae3f9e75127ad5eefe33183f5ec19366 Author: Akinori Hattori gentoo org> AuthorDate: Tue May 12 14:52:42 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue May 12 14:59:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acad8e81 dev-scheme/c-wrapper: update to EAPI 7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild index a5848a95ce2..18ad0af5a4d 100644 --- a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild +++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" inherit autotools