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 CD61A1382C5 for ; Mon, 7 Dec 2020 02:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23D27E095E; Mon, 7 Dec 2020 02:36:53 +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 F0BF6E087C for ; Mon, 7 Dec 2020 02:36:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DC49C33E690 for ; Mon, 7 Dec 2020 02:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BA83474 for ; Mon, 7 Dec 2020 02:36:50 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1607308605.b01b872d52e42b3d18b83c53b92d2da8b1cd057d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/db-use.eclass X-VCS-Directories: eclass/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b01b872d52e42b3d18b83c53b92d2da8b1cd057d X-VCS-Branch: master Date: Mon, 7 Dec 2020 02:36:50 +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: 0b433bcb-8459-4b89-848c-b75c3099c98e X-Archives-Hash: 92d81ad1498897196f4a981549e62cc0 commit: b01b872d52e42b3d18b83c53b92d2da8b1cd057d Author: Aaron Bauman gentoo org> AuthorDate: Mon Dec 7 02:35:55 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Dec 7 02:36:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01b872d eclass/db-use: EAPI=7 is silently supported. Reflect that. Signed-off-by: Aaron Bauman gentoo.org> eclass/db-use.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/db-use.eclass b/eclass/db-use.eclass index 3f58b7a381b..de257a9ae23 100644 --- a/eclass/db-use.eclass +++ b/eclass/db-use.eclass @@ -6,7 +6,7 @@ # maintainer-needed@gentoo.org # @AUTHOR: # Paul de Vrieze -# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 # @BLURB: functions that aid the use of sys-libs/db # @DESCRIPTION: # functions that aid in the use of sys-libs/db