summaryrefslogtreecommitdiffstats
path: root/bin/banned-helper
diff options
context:
space:
mode:
Diffstat (limited to 'bin/banned-helper')
-rwxr-xr-xbin/banned-helper7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/banned-helper b/bin/banned-helper
new file mode 100755
index 000000000..aa962a1f6
--- /dev/null
+++ b/bin/banned-helper
@@ -0,0 +1,7 @@
+#!/bin/bash
+# Copyright 2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+die "'${0##*/}' has been banned for EAPI '$EAPI'"
+exit 1