Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pass/
Date: Thu, 01 Apr 2021 20:13:57
Message-Id: 1617307979.c8d8ac3f3797e06364885066ed6d593a6485f9f0.mattst88@gentoo
1 commit: c8d8ac3f3797e06364885066ed6d593a6485f9f0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 20:07:14 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 20:12:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d8ac3f
7
8 app-admin/pass: Add USE=wayland
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-admin/pass/pass-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild
16 index 41d248d350e..99681bec472 100644
17 --- a/app-admin/pass/pass-9999.ebuild
18 +++ b/app-admin/pass/pass-9999.ebuild
19 @@ -19,13 +19,14 @@ HOMEPAGE="https://www.passwordstore.org/"
20
21 SLOT="0"
22 LICENSE="GPL-2"
23 -IUSE="+git X zsh-completion fish-completion emacs dmenu importers elibc_Darwin"
24 +IUSE="+git wayland X zsh-completion fish-completion emacs dmenu importers elibc_Darwin"
25
26 RDEPEND="
27 app-crypt/gnupg
28 media-gfx/qrencode
29 >=app-text/tree-1.7.0
30 git? ( dev-vcs/git )
31 + wayland? ( gui-apps/wl-clipboard )
32 X? ( x11-misc/xclip )
33 elibc_Darwin? ( app-misc/getopt )
34 zsh-completion? ( app-shells/gentoo-zsh-completions )