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 EFB6C158003 for ; Fri, 22 Jul 2022 14:59:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1632CE0B51; Fri, 22 Jul 2022 14:59:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BAABE0B51 for ; Fri, 22 Jul 2022 14:59:41 +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 04ACD340E74 for ; Fri, 22 Jul 2022 14:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 309251E for ; Fri, 22 Jul 2022 14:59:38 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1658501974.bba76bdacc1f4980e847deee1287d8844b119793.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/encfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/encfs/encfs-1.9.5-r2.ebuild X-VCS-Directories: sys-fs/encfs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: bba76bdacc1f4980e847deee1287d8844b119793 X-VCS-Branch: master Date: Fri, 22 Jul 2022 14:59:38 +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: 3b04482a-e288-4a28-a6d6-1da0081b6942 X-Archives-Hash: a7b945bf63415ad4dd744050e64eff2b commit: bba76bdacc1f4980e847deee1287d8844b119793 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jul 22 14:59:13 2022 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jul 22 14:59:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba76bda sys-fs/encfs: bump to EAPI 8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> sys-fs/encfs/encfs-1.9.5-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/encfs/encfs-1.9.5-r2.ebuild b/sys-fs/encfs/encfs-1.9.5-r2.ebuild index c26268474a9d..6cdc8c8f0b7d 100644 --- a/sys-fs/encfs/encfs-1.9.5-r2.ebuild +++ b/sys-fs/encfs/encfs-1.9.5-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake