diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-01 13:03:11 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-01 13:16:45 -0400 |
commit | df19cf8a99d424cf0cd4db7018501c2a3eb1661a (patch) | |
tree | 60246223af938bb16331673c0e65f00d0e5aead7 /x11-plugins/wmudmount | |
parent | x11-libs/libcryptui: Depend on app-crypt/gcr:0 (diff) | |
download | gentoo-df19cf8a99d424cf0cd4db7018501c2a3eb1661a.tar.gz gentoo-df19cf8a99d424cf0cd4db7018501c2a3eb1661a.tar.bz2 gentoo-df19cf8a99d424cf0cd4db7018501c2a3eb1661a.zip |
x11-plugins/wmudmount: Depend on app-crypt/gcr:0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-plugins/wmudmount')
-rw-r--r-- | x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild (renamed from x11-plugins/wmudmount/wmudmount-3.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-plugins/wmudmount/wmudmount-3.0.ebuild b/x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild index 0c10dbceb600..8ce66251e44d 100644 --- a/x11-plugins/wmudmount/wmudmount-3.0.ebuild +++ b/x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild @@ -15,7 +15,7 @@ IUSE="gcr libnotify secret" RDEPEND="sys-fs/udisks:2 >=x11-libs/gtk+-3.16.0:3 - gcr? ( app-crypt/gcr[gtk] ) + gcr? ( app-crypt/gcr:0=[gtk] ) libnotify? ( >=x11-libs/libnotify-0.7 ) secret? ( app-crypt/libsecret )" DEPEND="${RDEPEND} |