From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AA0AC59CB2 for ; Wed, 13 Apr 2016 19:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57A3521C002; Wed, 13 Apr 2016 19:39:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07C1521C002 for ; Wed, 13 Apr 2016 19:39:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A145340D95 for ; Wed, 13 Apr 2016 19:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE4FEA6 for ; Wed, 13 Apr 2016 19:39:54 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1460576304.539c159990bfa4f59b90d70c1f41faa5b19925c0.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/midori/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/midori/midori-0.5.11-r1.ebuild X-VCS-Directories: www-client/midori/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 539c159990bfa4f59b90d70c1f41faa5b19925c0 X-VCS-Branch: master Date: Wed, 13 Apr 2016 19:39:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fa4e77be-a93a-41c4-9b69-81374b91e017 X-Archives-Hash: 09123b60882aa486ab77668d3c2e27d2 commit: 539c159990bfa4f59b90d70c1f41faa5b19925c0 Author: Austin English gentoo org> AuthorDate: Wed Apr 13 19:38:02 2016 +0000 Commit: Austin English gentoo 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 gmail.com> Suggested-By: Bernard Cafarell 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}" )