diff options
Diffstat (limited to 'profiles/default-linux/amd64/2005.1/profile.bashrc')
-rw-r--r-- | profiles/default-linux/amd64/2005.1/profile.bashrc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/default-linux/amd64/2005.1/profile.bashrc b/profiles/default-linux/amd64/2005.1/profile.bashrc index d49d97340222..340a86df51c3 100644 --- a/profiles/default-linux/amd64/2005.1/profile.bashrc +++ b/profiles/default-linux/amd64/2005.1/profile.bashrc @@ -19,9 +19,3 @@ if [[ (-L /lib32 || -L /usr/lib32 ) && ( ${PORTAGE_CALLER} != "repoman" ) ]] ; t eerror "http://www.gentoo.org/proj/en/base/amd64/2005.0-upgrade-amd64.xml" exit 1 fi - -if [[ -z "${IWILLFIXITMYSELF}" ]] ; then - eerror "You are using a development profile. If you REALLY want to do this, then set the following in /etc/make.conf:" - eerror "IWILLFIXITMYSELF=1" - exit 1 -fi |