Skip to content

Commit

Permalink
Two fixes to ebuild:
Browse files Browse the repository at this point in the history
1. Unstable keyword
2. Enabled webpreview option if qt5 is enabled and webengine is disabled
  • Loading branch information
ppurka committed Mar 2, 2024
1 parent 6d1f7d8 commit 6e1df2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-misc/recoll/recoll-1.37.4.ebuild
Expand Up @@ -13,7 +13,7 @@ SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
KEYWORDS="~amd64 ~arm64 ~x86"

IUSE="camelcase chm +inotify qt5 session +spell systemd webengine"
REQUIRED_USE="
Expand Down Expand Up @@ -92,6 +92,7 @@ src_configure() {
--without-fam
--enable-recollq
)
use qt5 && myeconfargs+=( $(usex webengine "--disable-webpreview" "--enable-webpreview" ) )

econf "${myeconfargs[@]}"
}
Expand Down

0 comments on commit 6e1df2b

Please sign in to comment.