Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 649192
Collapse All | Expand All

(-)a/usr/portage/app-admin/keepassxc/keepassxc-2.2.4.ebuild (-1 / +4 lines)
Lines 20-28 fi Link Here
20
20
21
LICENSE="LGPL-2.1 GPL-2 GPL-3"
21
LICENSE="LGPL-2.1 GPL-2 GPL-3"
22
SLOT="0"
22
SLOT="0"
23
IUSE="autotype debug http test yubikey"
23
IUSE="autotype browser debug http test yubikey"
24
24
25
RDEPEND="
25
RDEPEND="
26
	app-crypt/argon2
26
	dev-libs/libgcrypt:=
27
	dev-libs/libgcrypt:=
27
	dev-qt/qtcore:5
28
	dev-qt/qtcore:5
28
	dev-qt/qtdbus:5
29
	dev-qt/qtdbus:5
Lines 36-41 RDEPEND=" Link Here
36
		x11-libs/libXi
37
		x11-libs/libXi
37
		x11-libs/libXtst
38
		x11-libs/libXtst
38
	)
39
	)
40
	browser? ( >=dev-libs/libsodium-1.0.12 )
39
	yubikey? ( sys-auth/ykpers )
41
	yubikey? ( sys-auth/ykpers )
40
"
42
"
41
43
Lines 58-63 src_configure() { Link Here
58
		-DWITH_GUI_TESTS=OFF
60
		-DWITH_GUI_TESTS=OFF
59
		-DWITH_TESTS="$(usex test)"
61
		-DWITH_TESTS="$(usex test)"
60
		-DWITH_XC_AUTOTYPE="$(usex autotype)"
62
		-DWITH_XC_AUTOTYPE="$(usex autotype)"
63
		-DWITH_XC_BROWSER="$(usex browser)"
61
		-DWITH_XC_HTTP="$(usex http)"
64
		-DWITH_XC_HTTP="$(usex http)"
62
		-DWITH_XC_YUBIKEY="$(usex yubikey)"
65
		-DWITH_XC_YUBIKEY="$(usex yubikey)"
63
	)
66
	)

Return to bug 649192