diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-08-08 03:56:12 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-08-08 03:56:12 +0000 |
commit | 91051bc53a8649ddc6a3735794eb6dc1ec880107 (patch) | |
tree | b2fc0a5eb06c27402ce3ebd80603f9eceb1eae47 /profiles | |
parent | Initial commit for modular X. (diff) | |
download | gentoo-2-91051bc53a8649ddc6a3735794eb6dc1ec880107.tar.gz gentoo-2-91051bc53a8649ddc6a3735794eb6dc1ec880107.tar.bz2 gentoo-2-91051bc53a8649ddc6a3735794eb6dc1ec880107.zip |
Remove ${IWILLFIXITMYSELF}; 2005.1 is non-development any more.
Diffstat (limited to 'profiles')
-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 |