Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 782244 | Differences between
and this patch

Collapse All | Expand All

(-)a/app-admin/keepassxc/keepassxc-2.7.0-r1.ebuild (-3 / +4 lines)
Lines 25-31 fi Link Here
25
25
26
LICENSE="LGPL-2.1 GPL-2 GPL-3"
26
LICENSE="LGPL-2.1 GPL-2 GPL-3"
27
SLOT="0"
27
SLOT="0"
28
IUSE="autotype browser ccache doc keeshare +network test yubikey"
28
IUSE="autotype browser doc keeshare +network test yubikey"
29
29
30
RESTRICT="!test? ( test )"
30
RESTRICT="!test? ( test )"
31
31
Lines 61-67 DEPEND=" Link Here
61
	dev-qt/qttest:5
61
	dev-qt/qttest:5
62
"
62
"
63
BDEPEND="
63
BDEPEND="
64
	ccache? ( dev-util/ccache )
65
	doc? ( dev-ruby/asciidoctor )
64
	doc? ( dev-ruby/asciidoctor )
66
"
65
"
67
66
Lines 78-84 src_configure() { Link Here
78
	filter-flags -flto*
77
	filter-flags -flto*
79
78
80
	local mycmakeargs=(
79
	local mycmakeargs=(
81
		-DWITH_CCACHE="$(usex ccache)"
80
		# Gentoo users enable ccache via e.g. FEATURES=ccache or
81
		# other means. We don't want the build system to enable it for us.
82
		-DWITH_CCACHE=OFF
82
		-DWITH_GUI_TESTS=OFF
83
		-DWITH_GUI_TESTS=OFF
83
		-DWITH_TESTS="$(usex test)"
84
		-DWITH_TESTS="$(usex test)"
84
		-DWITH_XC_AUTOTYPE="$(usex autotype)"
85
		-DWITH_XC_AUTOTYPE="$(usex autotype)"
(-)a/app-admin/keepassxc/keepassxc-9999.ebuild (-4 / +4 lines)
Lines 25-31 fi Link Here
25
25
26
LICENSE="LGPL-2.1 GPL-2 GPL-3"
26
LICENSE="LGPL-2.1 GPL-2 GPL-3"
27
SLOT="0"
27
SLOT="0"
28
IUSE="autotype browser ccache doc keeshare +network test yubikey"
28
IUSE="autotype browser doc keeshare +network test yubikey"
29
29
30
RESTRICT="!test? ( test )"
30
RESTRICT="!test? ( test )"
31
31
Lines 61-67 DEPEND=" Link Here
61
	dev-qt/qttest:5
61
	dev-qt/qttest:5
62
"
62
"
63
BDEPEND="
63
BDEPEND="
64
	ccache? ( dev-util/ccache )
65
	doc? ( dev-ruby/asciidoctor )
64
	doc? ( dev-ruby/asciidoctor )
66
"
65
"
67
66
Lines 78-84 src_configure() { Link Here
78
	filter-flags -flto*
77
	filter-flags -flto*
79
78
80
	local mycmakeargs=(
79
	local mycmakeargs=(
81
		-DWITH_CCACHE="$(usex ccache)"
80
		# Gentoo users enable ccache via e.g. FEATURES=ccache or
81
		# other means. We don't want the build system to enable it for us.
82
		-DWITH_CCACHE=OFF
82
		-DWITH_GUI_TESTS=OFF
83
		-DWITH_GUI_TESTS=OFF
83
		-DWITH_TESTS="$(usex test)"
84
		-DWITH_TESTS="$(usex test)"
84
		-DWITH_XC_AUTOTYPE="$(usex autotype)"
85
		-DWITH_XC_AUTOTYPE="$(usex autotype)"
85
- 

Return to bug 782244