summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:34:45 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:34:45 +0100
commit927da85eb45dea706d076b18ecc51eb5c32a87b9 (patch)
tree0b9001b67696162dee922d4a32869e0d160cc6a5
parentapp-cdr/dumpet: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-927da85eb45dea706d076b18ecc51eb5c32a87b9.tar.gz
gentoo-927da85eb45dea706d076b18ecc51eb5c32a87b9.tar.bz2
gentoo-927da85eb45dea706d076b18ecc51eb5c32a87b9.zip
app-crypt/sbsigntools: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--app-crypt/sbsigntools/sbsigntools-0.9.1-r1.ebuild4
-rw-r--r--app-crypt/sbsigntools/sbsigntools-0.9.2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/sbsigntools/sbsigntools-0.9.1-r1.ebuild b/app-crypt/sbsigntools/sbsigntools-0.9.1-r1.ebuild
index 3f0fd8ade786..8c6afc71e03f 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-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
MY_PN="${PN::-1}"
-inherit eutils autotools
+inherit eutils 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/"
diff --git a/app-crypt/sbsigntools/sbsigntools-0.9.2.ebuild b/app-crypt/sbsigntools/sbsigntools-0.9.2.ebuild
index ccb45d15616a..bdc502c29ccf 100644
--- a/app-crypt/sbsigntools/sbsigntools-0.9.2.ebuild
+++ b/app-crypt/sbsigntools/sbsigntools-0.9.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MY_PN="${PN::-1}"
-inherit eutils autotools
+inherit eutils 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/"