| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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/fixheadtails.eclass,v 1.6 2005/02/10 00:08:08 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/fixheadtails.eclass,v 1.7 2005/07/06 20:20:03 agriffis Exp $ |
| 4 | # |
4 | # |
| 5 | # Author John Mylchreest <johnm@gentoo.org> |
5 | # Author John Mylchreest <johnm@gentoo.org> |
| 6 | |
6 | |
| 7 | ECLASS=fixheadtails |
|
|
| 8 | INHERITED="$INHERITED $ECLASS" |
7 | INHERITED="$INHERITED $ECLASS" |
| 9 | DEPEND="${DEPEND} >=sys-apps/sed-4" |
8 | DEPEND="${DEPEND} >=sys-apps/sed-4" |
| 10 | |
9 | |
| 11 | # ht_fix_all |
10 | # ht_fix_all |
| 12 | # This fixes all files within the current directory. |
11 | # This fixes all files within the current directory. |