commit: 539c159990bfa4f59b90d70c1f41faa5b19925c0 Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Wed Apr 13 19:38:02 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Wed Apr 13 19:38:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539c1599
www-client/midori: -DUSE_ requires uppercase variable names Gentoo-Bug: 579706 Reported-By: José Romildo Malaquias <jrmalaq <AT> gmail.com> Suggested-By: Bernard Cafarell <voyageur <AT> gentoo.org> Package-Manager: portage-2.2.26 www-client/midori/midori-0.5.11-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/midori/midori-0.5.11-r1.ebuild b/www-client/midori/midori-0.5.11-r1.ebuild index 95d9bda..d311ad3 100644 --- a/www-client/midori/midori-0.5.11-r1.ebuild +++ b/www-client/midori/midori-0.5.11-r1.ebuild @@ -88,8 +88,8 @@ src_configure() { -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} -DUSE_APIDOCS="$(usex doc)" -DUSE_GIR="$(usex introspection)" - -DUSE_granite="$(usex granite)" - -DUSE_zeitgeist="$(usex zeitgeist)" + -DUSE_GRANITE="$(usex granite)" + -DUSE_ZEITGEIST="$(usex zeitgeist)" -DUSE_XSCREENSAVER="$(usex xscreensaver)" -DVALA_EXECUTABLE="${VALAC}" )