#!/bin/bash
# Copyright 2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: banned-helper 13396 2009-04-25 09:07:18Z grobian $

die "'${0##*/}' has been banned for EAPI '$EAPI'"
exit 1
