| 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/eutils.eclass,v 1.221 2005/12/31 14:11:39 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.222 2006/01/11 01:00:43 vapier Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is for general purpose functions that most ebuilds |
7 | # This eclass is for general purpose functions that most ebuilds |
| 8 | # have to implement themselves. |
8 | # have to implement themselves. |
| … | |
… | |
| 1411 | echo |
1411 | echo |
| 1412 | einfo "If you are having trouble with the detection" |
1412 | einfo "If you are having trouble with the detection" |
| 1413 | einfo "of your CD, it is possible that you do not have" |
1413 | einfo "of your CD, it is possible that you do not have" |
| 1414 | einfo "Joliet support enabled in your kernel. Please" |
1414 | einfo "Joliet support enabled in your kernel. Please" |
| 1415 | einfo "check that CONFIG_JOLIET is enabled in your kernel." |
1415 | einfo "check that CONFIG_JOLIET is enabled in your kernel." |
| 1416 | read |
1416 | read || die "something is screwed with your system" |
| 1417 | done |
1417 | done |
| 1418 | } |
1418 | } |
| 1419 | |
1419 | |
| 1420 | # Make sure that LINGUAS only contains languages that |
1420 | # Make sure that LINGUAS only contains languages that |
| 1421 | # a package can support |
1421 | # a package can support |