diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:08:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:14:07 +0100 |
commit | f76c41dcbb28fb1c1da41df0eb29619ef5e3bc98 (patch) | |
tree | e541a0dbace4c2bbeeef8725d2ba9bc44823046d /app-crypt | |
parent | app-crypt/sbsigntools: eutils-- (diff) | |
download | gentoo-f76c41dcbb28fb1c1da41df0eb29619ef5e3bc98.tar.gz gentoo-f76c41dcbb28fb1c1da41df0eb29619ef5e3bc98.tar.bz2 gentoo-f76c41dcbb28fb1c1da41df0eb29619ef5e3bc98.zip |
app-crypt/sbsigntools: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/sbsigntools/sbsigntools-0.9.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/sbsigntools/sbsigntools-0.9.1-r1.ebuild b/app-crypt/sbsigntools/sbsigntools-0.9.1-r1.ebuild index 8c6afc71e03f..13cc594e34f9 100644 --- a/app-crypt/sbsigntools/sbsigntools-0.9.1-r1.ebuild +++ b/app-crypt/sbsigntools/sbsigntools-0.9.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" MY_PN="${PN::-1}" -inherit eutils autotools toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="Utilities for signing and verifying files for UEFI Secure Boot" HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jejb/sbsigntools.git/" |