| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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/skel.ebuild,v 1.55 2011/01/01 00:01:45 abcd Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.56 2011/04/08 01:30:14 vapier Exp $ |
| 4 | |
4 | |
| 5 | # NOTE: The comments in this file are for instruction and documentation. |
5 | # NOTE: The comments in this file are for instruction and documentation. |
| 6 | # They're not meant to appear with your final, production ebuild. Please |
6 | # They're not meant to appear with your final, production ebuild. Please |
| 7 | # remember to remove them before submitting or committing your ebuild. That |
7 | # remember to remove them before submitting or committing your ebuild. That |
| 8 | # doesn't mean you can't add your own comments though. |
8 | # doesn't mean you can't add your own comments though. |
| … | |
… | |
| 61 | |
61 | |
| 62 | # Using KEYWORDS, we can record masking information *inside* an ebuild |
62 | # Using KEYWORDS, we can record masking information *inside* an ebuild |
| 63 | # instead of relying on an external package.mask file. Right now, you should |
63 | # instead of relying on an external package.mask file. Right now, you should |
| 64 | # set the KEYWORDS variable for every ebuild so that it contains the names of |
64 | # set the KEYWORDS variable for every ebuild so that it contains the names of |
| 65 | # all the architectures with which the ebuild works. All of the official |
65 | # all the architectures with which the ebuild works. All of the official |
| 66 | # architectures can be found in the keywords.desc file which is in |
66 | # architectures can be found in the arch.list file which is in |
| 67 | # /usr/portage/profiles/. Usually you should just set this to "~x86". The ~ |
67 | # /usr/portage/profiles/. Usually you should just set this to "~x86". The ~ |
| 68 | # in front of the architecture indicates that the package is new and should be |
68 | # in front of the architecture indicates that the package is new and should be |
| 69 | # considered unstable until testing proves its stability. So, if you've |
69 | # considered unstable until testing proves its stability. So, if you've |
| 70 | # confirmed that your ebuild works on x86 and ppc, you'd specify: |
70 | # confirmed that your ebuild works on x86 and ppc, you'd specify: |
| 71 | # KEYWORDS="~x86 ~ppc" |
71 | # KEYWORDS="~x86 ~ppc" |