| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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.87 2005/06/24 22:06:19 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.88 2005/07/06 20:20:03 agriffis Exp $ |
| 4 | |
4 | |
| 5 | ECLASS=flag-o-matic |
|
|
| 6 | INHERITED="$INHERITED $ECLASS" |
5 | INHERITED="$INHERITED $ECLASS" |
| 7 | |
6 | |
| 8 | # need access to emktemp() |
7 | # need access to emktemp() |
| 9 | inherit eutils toolchain-funcs multilib |
8 | inherit eutils toolchain-funcs multilib |
| 10 | |
9 | |