diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-17 23:15:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-18 23:32:42 +0100 |
commit | 933596692a06ab97dc2c0728eab7b22c3db9afd9 (patch) | |
tree | 357ee479ff84b50b1148a184a857cb3153f0a2a9 /sys-fs/lxcfs | |
parent | Move {app-crypt → sec-keys}/openpgp-keys-libvirt (diff) | |
download | gentoo-933596692a06ab97dc2c0728eab7b22c3db9afd9.tar.gz gentoo-933596692a06ab97dc2c0728eab7b22c3db9afd9.tar.bz2 gentoo-933596692a06ab97dc2c0728eab7b22c3db9afd9.zip |
Move {app-crypt → sec-keys}/openpgp-keys-linuxcontainers
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs/lxcfs')
-rw-r--r-- | sys-fs/lxcfs/lxcfs-4.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/lxcfs/lxcfs-4.0.11.ebuild b/sys-fs/lxcfs/lxcfs-4.0.11.ebuild index b811e340ec91..816a845e2788 100644 --- a/sys-fs/lxcfs/lxcfs-4.0.11.ebuild +++ b/sys-fs/lxcfs/lxcfs-4.0.11.ebuild @@ -17,7 +17,7 @@ KEYWORDS="amd64 ~riscv ~x86" RDEPEND="sys-fs/fuse:3" DEPEND="${RDEPEND}" BDEPEND="sys-apps/help2man - verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )" + verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" # Looks like these won't ever work in a container/chroot environment. #764620 RESTRICT="test" |