From 91ffc6c50001d41fe1d16981baa32fb557463375 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Sun, 21 Aug 2011 17:35:50 +0000 Subject: add a patched version of portage --- portage_with_autodep/bin/ebuild-helpers/die | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 portage_with_autodep/bin/ebuild-helpers/die (limited to 'portage_with_autodep/bin/ebuild-helpers/die') diff --git a/portage_with_autodep/bin/ebuild-helpers/die b/portage_with_autodep/bin/ebuild-helpers/die new file mode 100755 index 0000000..9869141 --- /dev/null +++ b/portage_with_autodep/bin/ebuild-helpers/die @@ -0,0 +1,7 @@ +#!/bin/bash +# Copyright 2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh +die "$@" +exit 1 -- cgit v1.2.3-65-gdbad