--- texmacs-1.99.11.ebuild 2019-12-04 12:34:53.587413813 -0500 +++ texmacs-1.99.11.ebuild.new 2019-12-04 12:34:16.673346457 -0500 @@ -13,7 +13,7 @@ LICENSE="GPL-3" SLOT="0" -IUSE="debug jpeg netpbm sqlite svg spell" +IUSE="debug jpeg netpbm sqlite svg spell x11" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" RDEPEND=" @@ -52,11 +52,16 @@ ) src_configure() { - local mycmakeargs=( - -DUSE_SQLITE3=$(usex sqlite 1 0) - -DDEBUG_ASSERT=$(usex debug 1 0) - ) - cmake-utils_src_configure + if ! use x11; then + local mycmakeargs=( + -DUSE_SQLITE3=$(usex sqlite 1 0) + -DDEBUG_ASSERT=$(usex debug 1 0) + ) + cmake-utils_src_configure + else + econf --disable-qt + BUILD_DIR=${WORKDIR}/TeXmacs-${PV}-src + fi } pkg_postinst() {