commit: 65a1580261c64c4eb0731111ae5a132e608dc590 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 18 16:25:13 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 17:15:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a15802
net-news/rssguard: Fix USE webengine Closes: https://bugs.gentoo.org/705534 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-news/rssguard/rssguard-3.5.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-news/rssguard/rssguard-3.5.9-r1.ebuild b/net-news/rssguard/rssguard-3.5.9-r1.ebuild index d7491fc3d34..b78de6b3565 100644 --- a/net-news/rssguard/rssguard-3.5.9-r1.ebuild +++ b/net-news/rssguard/rssguard-3.5.9-r1.ebuild @@ -34,7 +34,7 @@ src_configure() { eqmake5 \ CONFIG+=$(usex debug debug release) \ $(is-flagq -flto* && echo "CONFIG+=ltcg") \ - USE_WEBENGINE=$(usex webengine) \ + USE_WEBENGINE=$(usex webengine true false) \ PREFIX="${EPREFIX}"/usr \ INSTALL_ROOT=. }
