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

(-)/usr/portage/app-admin/lastpass-cli/lastpass-cli-1.3.0.ebuild (-4 / +4 lines)
Lines 12-18 Link Here
12
SLOT="0"
12
SLOT="0"
13
LICENSE="GPL-2+ GPL-2+-with-openssl-exception"
13
LICENSE="GPL-2+ GPL-2+-with-openssl-exception"
14
KEYWORDS="~amd64 ~x86"
14
KEYWORDS="~amd64 ~x86"
15
IUSE="libressl X +pinentry test"
15
IUSE="libressl X +pinentry test doc"
16
16
17
RDEPEND="
17
RDEPEND="
18
	X? ( || ( x11-misc/xclip x11-misc/xsel ) )
18
	X? ( || ( x11-misc/xclip x11-misc/xsel ) )
Lines 23-29 Link Here
23
	pinentry? ( app-crypt/pinentry )
23
	pinentry? ( app-crypt/pinentry )
24
"
24
"
25
DEPEND="${RDEPEND}
25
DEPEND="${RDEPEND}
26
	app-text/asciidoc
26
	doc? ( app-text/asciidoc )
27
	virtual/pkgconfig
27
	virtual/pkgconfig
28
"
28
"
29
29
Lines 36-46 Link Here
36
}
36
}
37
37
38
src_compile() {
38
src_compile() {
39
	cmake-utils_src_compile all doc-man $(usex test lpass-test '')
39
	cmake-utils_src_compile all $(usex doc doc-man '') $(usex test lpass-test '')
40
}
40
}
41
41
42
src_install() {
42
src_install() {
43
	cmake-utils_src_install install install-doc
43
	cmake-utils_src_install install $(usex doc install-doc '')
44
}
44
}
45
45
46
src_test() {
46
src_test() {

Return to bug 654846