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

(-)texmacs-1.99.11.ebuild (-6 / +11 lines)
Lines 13-19 Link Here
13
13
14
LICENSE="GPL-3"
14
LICENSE="GPL-3"
15
SLOT="0"
15
SLOT="0"
16
IUSE="debug jpeg netpbm sqlite svg spell"
16
IUSE="debug jpeg netpbm sqlite svg spell x11"
17
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
17
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
18
18
19
RDEPEND="
19
RDEPEND="
Lines 52-62 Link Here
52
)
52
)
53
53
54
src_configure() {
54
src_configure() {
55
	local mycmakeargs=(
55
	if ! use x11; then
56
		-DUSE_SQLITE3=$(usex sqlite 1 0)
56
		local mycmakeargs=(
57
		-DDEBUG_ASSERT=$(usex debug 1 0)
57
			-DUSE_SQLITE3=$(usex sqlite 1 0)
58
	)
58
			-DDEBUG_ASSERT=$(usex debug 1 0)
59
	cmake-utils_src_configure
59
		)
60
		cmake-utils_src_configure
61
	else
62
		econf --disable-qt
63
		BUILD_DIR=${WORKDIR}/TeXmacs-${PV}-src
64
	fi
60
}
65
}
61
66
62
pkg_postinst() {
67
pkg_postinst() {

Return to bug 701988