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 CD2A2138CA3 for ; Sat, 7 Mar 2015 03:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B758E084F; Sat, 7 Mar 2015 03:06:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 358EEE084F for ; Sat, 7 Mar 2015 03:06:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22B11340818 for ; Sat, 7 Mar 2015 03:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE36F1334B for ; Sat, 7 Mar 2015 03:06:33 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1425697573.e7d0080eaedd5679023f0d05e569e97ca1358379.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/sound-juicer/ X-VCS-Repository: proj/gnome X-VCS-Files: media-sound/sound-juicer/sound-juicer-9999.ebuild X-VCS-Directories: media-sound/sound-juicer/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: e7d0080eaedd5679023f0d05e569e97ca1358379 X-VCS-Branch: master Date: Sat, 7 Mar 2015 03:06:33 +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: b13df1df-c4eb-4619-9f32-d1e8570692cc X-Archives-Hash: 8d21db7c220003737abc0574567f9283 commit: e7d0080eaedd5679023f0d05e569e97ca1358379 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sat Mar 7 03:06:13 2015 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Sat Mar 7 03:06:13 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e7d0080e sound-juicer/sound-juicer: ITSTOOL typo (bug #539808) Thanks to Nicolas Bock. media-sound/sound-juicer/sound-juicer-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/sound-juicer/sound-juicer-9999.ebuild b/media-sound/sound-juicer/sound-juicer-9999.ebuild index f99880d..f6294f1 100644 --- a/media-sound/sound-juicer/sound-juicer-9999.ebuild +++ b/media-sound/sound-juicer/sound-juicer-9999.ebuild @@ -69,7 +69,7 @@ src_prepare() { } src_configure() { - gnome2_src_configure ITSTOOLS="$(type -P true)" + gnome2_src_configure ITSTOOL="$(type -P true)" } pkg_postinst() {