Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
Date: Sun, 20 Feb 2022 15:51:44
Message-Id: 1645370896.2b5bc1e0bce8d75d78a24c31b18aa9efedf4d81c.voyageur@gentoo
1 commit: 2b5bc1e0bce8d75d78a24c31b18aa9efedf4d81c
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 15:19:49 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 15:28:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5bc1e0
7
8 x11-plugins/wmudmount: USE=gcr requires gcr[gtk]
9
10 Closes: https://bugs.gentoo.org/832397
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 x11-plugins/wmudmount/wmudmount-3.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-plugins/wmudmount/wmudmount-3.0.ebuild b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
18 index 074d9c9f5458..0c10dbceb600 100644
19 --- a/x11-plugins/wmudmount/wmudmount-3.0.ebuild
20 +++ b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -15,7 +15,7 @@ IUSE="gcr libnotify secret"
28
29 RDEPEND="sys-fs/udisks:2
30 >=x11-libs/gtk+-3.16.0:3
31 - gcr? ( app-crypt/gcr )
32 + gcr? ( app-crypt/gcr[gtk] )
33 libnotify? ( >=x11-libs/libnotify-0.7 )
34 secret? ( app-crypt/libsecret )"
35 DEPEND="${RDEPEND}