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 D67E41382C5 for ; Fri, 14 May 2021 22:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2573EE0918; Fri, 14 May 2021 22:14:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 12066E0918 for ; Fri, 14 May 2021 22:14:12 +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 40713340CDF for ; Fri, 14 May 2021 22:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AACC6793 for ; Fri, 14 May 2021 22:14:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1621030405.ad9dcc8d186b0b658e9311a19023a8cca76f72c7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sedutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/sedutil/sedutil-1.15.1.ebuild X-VCS-Directories: sys-block/sedutil/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ad9dcc8d186b0b658e9311a19023a8cca76f72c7 X-VCS-Branch: master Date: Fri, 14 May 2021 22:14:07 +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: f791c35d-af72-4017-9150-79d4385b6e59 X-Archives-Hash: 28f9c3d2b63438a8ab9dbaab1c3dcdcf commit: ad9dcc8d186b0b658e9311a19023a8cca76f72c7 Author: David Seifert gentoo org> AuthorDate: Fri May 14 22:13:25 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 14 22:13:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9dcc8d sys-block/sedutil: Port to EAPI 7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> sys-block/sedutil/sedutil-1.15.1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-block/sedutil/sedutil-1.15.1.ebuild b/sys-block/sedutil/sedutil-1.15.1.ebuild index 46add69f934..ac1f377a332 100644 --- a/sys-block/sedutil/sedutil-1.15.1.ebuild +++ b/sys-block/sedutil/sedutil-1.15.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools toolchain-funcs +inherit autotools DESCRIPTION="The Drive Trust Alliance Self Encrypting Drive Utility" HOMEPAGE="https://github.com/Drive-Trust-Alliance/sedutil" @@ -12,7 +12,6 @@ SRC_URI="https://github.com/Drive-Trust-Alliance/${PN}/archive/${PV}.tar.gz -> $ LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" src_prepare() { default