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 9D49413933E for ; Wed, 21 Jul 2021 11:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59B72E09DB; Wed, 21 Jul 2021 11:05:31 +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 62116E09D5 for ; Wed, 21 Jul 2021 11:05:30 +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 F2163342A5C for ; Wed, 21 Jul 2021 11:05:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79E8B7DC for ; Wed, 21 Jul 2021 11:05:27 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1626863676.315cce8554f2373ab0dc49c40136d224f32362ea.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-blas/eselect-blas-0.1.ebuild X-VCS-Directories: app-eselect/eselect-blas/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 315cce8554f2373ab0dc49c40136d224f32362ea X-VCS-Branch: master Date: Wed, 21 Jul 2021 11:05:27 +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: e1e4487d-d9e1-4342-9197-c830526dd88c X-Archives-Hash: 233e9dff6086ebe30c92ba4e9f8a34b6 commit: 315cce8554f2373ab0dc49c40136d224f32362ea Author: Marek Szuba gentoo org> AuthorDate: Wed Jul 21 10:34:36 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 21 10:34:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315cce85 app-eselect/eselect-blas: update EAPI 6 -> 7 Signed-off-by: Marek Szuba gentoo.org> app-eselect/eselect-blas/eselect-blas-0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild index 786faf50108..ef334a1730a 100644 --- a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild +++ b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="BLAS module for eselect" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"