diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-17 23:14:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-18 23:32:33 +0100 |
commit | a8ad000f9169fb0633313f66c5d1c7397b1b8b4f (patch) | |
tree | da46ef534f75bdb700026f1df75c9dafed311d0b /sys-block | |
parent | Move {app-crypt → sec-keys}/openpgp-keys-alexbarton (diff) | |
download | gentoo-a8ad000f9169fb0633313f66c5d1c7397b1b8b4f.tar.gz gentoo-a8ad000f9169fb0633313f66c5d1c7397b1b8b4f.tar.bz2 gentoo-a8ad000f9169fb0633313f66c5d1c7397b1b8b4f.zip |
Move {app-crypt → sec-keys}/openpgp-keys-bcl
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/parted/parted-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/parted/parted-3.4.ebuild b/sys-block/parted/parted-3.4.ebuild index dc49893faa35..456596f69808 100644 --- a/sys-block/parted/parted-3.4.ebuild +++ b/sys-block/parted/parted-3.4.ebuild @@ -29,7 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" nls? ( >=sys-devel/gettext-0.12.1-r2 ) - verify-sig? ( app-crypt/openpgp-keys-bcl ) + verify-sig? ( sec-keys/openpgp-keys-bcl ) virtual/pkgconfig " |