diff options
author | David Seifert <soap@gentoo.org> | 2021-05-15 00:13:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-15 00:13:25 +0200 |
commit | ad9dcc8d186b0b658e9311a19023a8cca76f72c7 (patch) | |
tree | 1d47d06c649b301fab0f7972d91196c4a5478872 /sys-block/sedutil | |
parent | sys-block/sedutil: drop 1.15 (diff) | |
download | gentoo-ad9dcc8d186b0b658e9311a19023a8cca76f72c7.tar.gz gentoo-ad9dcc8d186b0b658e9311a19023a8cca76f72c7.tar.bz2 gentoo-ad9dcc8d186b0b658e9311a19023a8cca76f72c7.zip |
sys-block/sedutil: Port to EAPI 7
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-block/sedutil')
-rw-r--r-- | sys-block/sedutil/sedutil-1.15.1.ebuild | 7 |
1 files 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 46add69f934e..ac1f377a3325 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 |