From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCMmH-0004Sj-TW for garchives@archives.gentoo.org; Sat, 08 Oct 2011 02:36:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CE9A21C07A; Sat, 8 Oct 2011 02:36:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 490F221C07A for ; Sat, 8 Oct 2011 02:36:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A948A1B4037 for ; Sat, 8 Oct 2011 02:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0E9C980042 for ; Sat, 8 Oct 2011 02:36:32 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <172085eb55850429c2e7d496996cbebda4ac113f.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-accessibility/caribou/ X-VCS-Repository: proj/gnome X-VCS-Files: app-accessibility/caribou/caribou-0.4.0-r1.ebuild X-VCS-Directories: app-accessibility/caribou/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 172085eb55850429c2e7d496996cbebda4ac113f Date: Sat, 8 Oct 2011 02:36:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 78bf9a81325b77ce90235b1e1326b64d commit: 172085eb55850429c2e7d496996cbebda4ac113f Author: Alexandre Rostovtsev gmail com> AuthorDate: Sat Oct 8 02:35:36 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Oct 8 02:35:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D172085eb app-accessibility/caribou: qa Use $(type -P true) instead of /bin/true. --- app-accessibility/caribou/caribou-0.4.0-r1.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app-accessibility/caribou/caribou-0.4.0-r1.ebuild b/app-acce= ssibility/caribou/caribou-0.4.0-r1.ebuild index 3f16e5f..1f3bd42 100644 --- a/app-accessibility/caribou/caribou-0.4.0-r1.ebuild +++ b/app-accessibility/caribou/caribou-0.4.0-r1.ebuild @@ -56,7 +56,7 @@ pkg_setup() { --disable-maintainer-mode --enable-gtk3-module --enable-gtk2-module - VALAC=3D/bin/true" + VALAC=3D$(type -P true)" # vala is not needed for tarball builds, but configure checks for it... } =20