| 1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
| 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 | # Author Bart Verwilst <verwilst@gentoo.org> |
3 | # Author Bart Verwilst <verwilst@gentoo.org> |
| 4 | # /space/gentoo/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass |
4 | # /space/gentoo/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass |
| 5 | ECLASS=flag-o-matic |
5 | ECLASS=flag-o-matic |
| 6 | |
6 | INHERITED="$INHERITED $ECLASS" |
| 7 | # |
7 | # |
| 8 | #### filter-flags <flag> #### |
8 | #### filter-flags <flag> #### |
| 9 | # Remove particular flags from C[XX]FLAGS |
9 | # Remove particular flags from C[XX]FLAGS |
| 10 | # |
10 | # |
| 11 | #### append-flags <flag> #### |
11 | #### append-flags <flag> #### |