commit:     ad9dcc8d186b0b658e9311a19023a8cca76f72c7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 22:13:25 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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

Reply via email to