1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.115 2006/12/29 21:30:38 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.116 2007/03/04 21:03:59 vapier Exp $ |
4 | # |
4 | # |
5 | # Maintainer: base-system@gentoo.org |
5 | # Maintainer: toolchain@gentoo.org |
6 | |
6 | |
7 | # need access to emktemp() |
7 | # need access to emktemp() |
8 | inherit eutils toolchain-funcs multilib |
8 | inherit eutils toolchain-funcs multilib |
9 | |
9 | |
10 | # |
10 | # |