summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-01 16:07:14 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-01 16:12:59 -0400
commitc8d8ac3f3797e06364885066ed6d593a6485f9f0 (patch)
tree7aae74eef8b2ee9f6dd7c26ce1e0be31a1a8bdda
parentapp-i18n/kcm-fcitx: Delete old version (0.5.5). (diff)
downloadgentoo-c8d8ac3f.tar.gz
gentoo-c8d8ac3f.tar.bz2
gentoo-c8d8ac3f.zip
app-admin/pass: Add USE=wayland
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--app-admin/pass/pass-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild
index 41d248d350e1..99681bec4728 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 )