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 13F9D1391DB for ; Sun, 16 Mar 2014 18:09:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC64E09F9; Sun, 16 Mar 2014 18:09:47 +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 53AD6E09F9 for ; Sun, 16 Mar 2014 18:09:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62E1933FBD2 for ; Sun, 16 Mar 2014 18:09:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C1518188EC for ; Sun, 16 Mar 2014 18:09:44 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1394992802.2979e0ff26da955476d0846aede7acc4d81c82b9.floppym@gentoo> Subject: [gentoo-commits] proj/python-updater:master commit in: / X-VCS-Repository: proj/python-updater X-VCS-Files: python-updater.in X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2979e0ff26da955476d0846aede7acc4d81c82b9 X-VCS-Branch: master Date: Sun, 16 Mar 2014 18:09:44 +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: e74225c0-904e-4fb0-87cd-7c5dae77eee5 X-Archives-Hash: 22375fa29ff1e363869bc985d5e2ff1f commit: 2979e0ff26da955476d0846aede7acc4d81c82b9 Author: Mike Gilbert gentoo org> AuthorDate: Sun Mar 16 17:47:50 2014 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Mar 16 18:00:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/python-updater.git;a=commit;h=2979e0ff Source /lib/gentoo/functions.sh, bug 504130. --- python-updater.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-updater.in b/python-updater.in index 68c6ead..7fc535d 100644 --- a/python-updater.in +++ b/python-updater.in @@ -61,8 +61,8 @@ CHECK_PYTHON_ABIS="1" CHECK_SHARED_LINKING="1" CHECK_STATIC_LINKING="1" -# Load the Gentoo-style info macros, but hack to get around it thinking this is an rc script. -EBUILD="1" . "@GENTOO_PORTAGE_EPREFIX@"/etc/init.d/functions.sh +# Load the Gentoo-style info macros +. "@GENTOO_PORTAGE_EPREFIX@"/lib/gentoo/functions.sh # Portage variables. PKG_DBDIR="@GENTOO_PORTAGE_EPREFIX@/var/db/pkg"