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 1SFUtD-0003D2-EQ for garchives@archives.gentoo.org; Wed, 04 Apr 2012 18:25:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96C92E0F72; Wed, 4 Apr 2012 18:24:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6AB56E0F72 for ; Wed, 4 Apr 2012 18:24:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7DEF1B4016 for ; Wed, 4 Apr 2012 18:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 512DDE542E for ; Wed, 4 Apr 2012 18:24:43 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1333563792.b10b47a90c6794fa3c3378835379d33f298b1f2f.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-r2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b10b47a90c6794fa3c3378835379d33f298b1f2f X-VCS-Branch: master Date: Wed, 4 Apr 2012 18:24:43 +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: 9bd58d4f-119c-4b0c-b507-37073b646765 X-Archives-Hash: eb258a659bbbb09320e5b03caba203e2 commit: b10b47a90c6794fa3c3378835379d33f298b1f2f Author: Michael Palimaka astralcloak net> AuthorDate: Wed Apr 4 18:23:12 2012 +0000 Commit: Michael Palimaka astralcloak net> CommitDate: Wed Apr 4 18:23:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Db10b47a9 [qt4-r2.eclass] Fix reference to qt4-edge. --- eclass/qt4-r2.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/qt4-r2.eclass b/eclass/qt4-r2.eclass index 800c19e..37d529e 100644 --- a/eclass/qt4-r2.eclass +++ b/eclass/qt4-r2.eclass @@ -317,7 +317,7 @@ _do_qm() { # @FUNCTION: prepare_translations # @DESCRIPTION: # Choose and install translation files. Normally you don't need to call -# this function directly as it is called from qt4-edge_src_install. +# this function directly as it is called from qt4-r2_src_install. prepare_translations() { debug-print-function $FUNCNAME "$@" =20