diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-07-08 00:47:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-12 00:18:04 +0200 |
commit | c638678c995810739309b8582e90a3957bc98615 (patch) | |
tree | aba4fd0d303a5eba8cbc3c110656c2ea6d9cce9c /app-crypt/efitools | |
parent | dev-python/pytest: Remove obsolete logic (diff) | |
download | gentoo-c638678c995810739309b8582e90a3957bc98615.tar.gz gentoo-c638678c995810739309b8582e90a3957bc98615.tar.bz2 gentoo-c638678c995810739309b8582e90a3957bc98615.zip |
app-crypt/sbsigntool: renamed to app-crypt/sbsigntools
Also changed all required dependencies.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9112
Diffstat (limited to 'app-crypt/efitools')
-rw-r--r-- | app-crypt/efitools/efitools-1.7.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/efitools/efitools-1.8.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/efitools/efitools-1.7.0.ebuild b/app-crypt/efitools/efitools-1.7.0.ebuild index 63c9fbec0513..c47c9b03a9e0 100644 --- a/app-crypt/efitools/efitools-1.7.0.ebuild +++ b/app-crypt/efitools/efitools-1.7.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" DEPEND="${RDEPEND} sys-apps/help2man >=sys-boot/gnu-efi-3.0u - app-crypt/sbsigntool + app-crypt/sbsigntools virtual/pkgconfig dev-perl/File-Slurp" diff --git a/app-crypt/efitools/efitools-1.8.1.ebuild b/app-crypt/efitools/efitools-1.8.1.ebuild index 6ede95860eb5..94d636eec260 100644 --- a/app-crypt/efitools/efitools-1.8.1.ebuild +++ b/app-crypt/efitools/efitools-1.8.1.ebuild @@ -21,7 +21,7 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) sys-apps/util-linux" DEPEND="${RDEPEND} - app-crypt/sbsigntool + app-crypt/sbsigntools dev-perl/File-Slurp static? ( ${LIB_DEPEND} ) sys-apps/help2man |