diff options
author | 2003-02-27 16:50:51 +0000 | |
---|---|---|
committer | 2003-02-27 16:50:51 +0000 | |
commit | d246f8b0d209b8f99502ce25b34ad4c1f91cfd98 (patch) | |
tree | 62540be3d493b769abcb67b17f3846cd865a5113 /eclass/mono.eclass | |
parent | Replaced einstall by make install since it was not working. (diff) | |
download | gentoo-2-d246f8b0d209b8f99502ce25b34ad4c1f91cfd98.tar.gz gentoo-2-d246f8b0d209b8f99502ce25b34ad4c1f91cfd98.tar.bz2 gentoo-2-d246f8b0d209b8f99502ce25b34ad4c1f91cfd98.zip |
New eclass for mono using packs
Diffstat (limited to 'eclass/mono.eclass')
-rw-r--r-- | eclass/mono.eclass | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/eclass/mono.eclass b/eclass/mono.eclass new file mode 100644 index 000000000000..b18e41185476 --- /dev/null +++ b/eclass/mono.eclass @@ -0,0 +1,13 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.1 2003/02/27 16:50:51 foser Exp $ +# +# Author : foser <foser@gentoo.org> +# +# mono eclass +# right now only circumvents a sandbox violation by setting a mono env var + +ECLASS="mono" +INHERITED="$INHERITED $ECLASS" + +export MONO_DISABLE_SHM=1 |