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 8074A138010 for ; Wed, 26 Sep 2012 21:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C4F021C04C; Wed, 26 Sep 2012 21:43:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0EAF121C04C for ; Wed, 26 Sep 2012 21:43:29 +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 76C2933C878 for ; Wed, 26 Sep 2012 21:43:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 31085E5449 for ; Wed, 26 Sep 2012 21:43:28 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1348695793.690fe8571a827cbe0e807b9c396f0d134d35481e.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-helpers/dodoc X-VCS-Directories: bin/ebuild-helpers/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 690fe8571a827cbe0e807b9c396f0d134d35481e X-VCS-Branch: master Date: Wed, 26 Sep 2012 21:43:28 +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: 41010d6c-83e8-4ec9-a321-fe9531ead5a1 X-Archives-Hash: b7d74f19353f41e200b2895738535205 commit: 690fe8571a827cbe0e807b9c396f0d134d35481e Author: Zac Medico gentoo org> AuthorDate: Wed Sep 26 21:43:13 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Sep 26 21:43:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=690fe857 dodoc: source isolated-functions.sh earlier This is needed since commit ab46499322311c1faa710c63d0a5339e49a9061a. --- bin/ebuild-helpers/dodoc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ebuild-helpers/dodoc b/bin/ebuild-helpers/dodoc index bba7903..c551735 100755 --- a/bin/ebuild-helpers/dodoc +++ b/bin/ebuild-helpers/dodoc @@ -2,6 +2,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh + if ___eapi_dodoc_supports_-r; then exec \ env \ @@ -9,8 +11,6 @@ if ___eapi_dodoc_supports_-r; then doins "$@" fi -source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh - if [ $# -lt 1 ] ; then __helpers_die "${0##*/}: at least one argument needed" exit 1