Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sedutil/
Date: Fri, 14 May 2021 22:14:13
Message-Id: 1621030405.ad9dcc8d186b0b658e9311a19023a8cca76f72c7.soap@gentoo
1 commit: ad9dcc8d186b0b658e9311a19023a8cca76f72c7
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 22:13:25 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 22:13:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9dcc8d
7
8 sys-block/sedutil: Port to EAPI 7
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-block/sedutil/sedutil-1.15.1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-block/sedutil/sedutil-1.15.1.ebuild b/sys-block/sedutil/sedutil-1.15.1.ebuild
17 index 46add69f934..ac1f377a332 100644
18 --- a/sys-block/sedutil/sedutil-1.15.1.ebuild
19 +++ b/sys-block/sedutil/sedutil-1.15.1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -inherit autotools toolchain-funcs
29 +inherit autotools
30
31 DESCRIPTION="The Drive Trust Alliance Self Encrypting Drive Utility"
32 HOMEPAGE="https://github.com/Drive-Trust-Alliance/sedutil"
33 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/Drive-Trust-Alliance/${PN}/archive/${PV}.tar.gz -> $
34 LICENSE="GPL-3+"
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE=""
38
39 src_prepare() {
40 default