| 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/scsh.eclass,v 1.3 2005/08/09 18:09:33 mkennedy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/scsh.eclass,v 1.4 2005/08/09 18:10:18 mkennedy Exp $ |
| 4 | # |
4 | # |
| 5 | |
5 | |
| 6 | inherit eutils |
6 | inherit eutils |
| 7 | |
7 | |
| 8 | ECLASS=scsh |
8 | ECLASS=scsh |
| 9 | INHERITED="$INHERITED $ECLASS" |
9 | INHERITED="$INHERITED $ECLASS" |
| 10 | |
10 | |
| 11 | LICENSE="|| ( as-is BSD )" |
11 | LICENSE="as-is BSD" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="~x86" |
13 | KEYWORDS="~x86" |
| 14 | |
14 | |
| 15 | IUSE="scsh" |
15 | IUSE="scsh" |
| 16 | |
16 | |