diff options
author | David Seifert <soap@gentoo.org> | 2022-02-16 22:53:21 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-02-16 22:53:21 +0100 |
commit | f84b6969c36f62a27a4fcfe161476f3d0fc54186 (patch) | |
tree | 18001ece62d6b726412aba24809a4e14dd539b83 /dev-libs/volume_key | |
parent | dev-libs/libjcat: add subslot op on app-crypt/gpgme (diff) | |
download | gentoo-f84b6969c36f62a27a4fcfe161476f3d0fc54186.tar.gz gentoo-f84b6969c36f62a27a4fcfe161476f3d0fc54186.tar.bz2 gentoo-f84b6969c36f62a27a4fcfe161476f3d0fc54186.zip |
dev-libs/volume_key: add subslot op on app-crypt/gpgme
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/volume_key')
-rw-r--r-- | dev-libs/volume_key/volume_key-0.3.12-r4.ebuild (renamed from dev-libs/volume_key/volume_key-0.3.12-r3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/volume_key/volume_key-0.3.12-r3.ebuild b/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild index b2489cc3917b..cc8940edb1c6 100644 --- a/dev-libs/volume_key/volume_key-0.3.12-r3.ebuild +++ b/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - app-crypt/gpgme + app-crypt/gpgme:= dev-libs/glib:2 dev-libs/nspr dev-libs/nss |