commit: c8d8ac3f3797e06364885066ed6d593a6485f9f0 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Apr 1 20:07:14 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Apr 1 20:12:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d8ac3f
app-admin/pass: Add USE=wayland Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> app-admin/pass/pass-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild index 41d248d350e..99681bec472 100644 --- a/app-admin/pass/pass-9999.ebuild +++ b/app-admin/pass/pass-9999.ebuild @@ -19,13 +19,14 @@ HOMEPAGE="https://www.passwordstore.org/" SLOT="0" LICENSE="GPL-2" -IUSE="+git X zsh-completion fish-completion emacs dmenu importers elibc_Darwin" +IUSE="+git wayland X zsh-completion fish-completion emacs dmenu importers elibc_Darwin" RDEPEND=" app-crypt/gnupg media-gfx/qrencode >=app-text/tree-1.7.0 git? ( dev-vcs/git ) + wayland? ( gui-apps/wl-clipboard ) X? ( x11-misc/xclip ) elibc_Darwin? ( app-misc/getopt ) zsh-completion? ( app-shells/gentoo-zsh-completions )
