| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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.64 2012/05/06 22:29:32 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.65 2012/10/27 20:53:02 ulm 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. |
| … | |
… | |
| 79 | # compatibility reasons. |
79 | # compatibility reasons. |
| 80 | KEYWORDS="~x86" |
80 | KEYWORDS="~x86" |
| 81 | |
81 | |
| 82 | # Comprehensive list of any and all USE flags leveraged in the ebuild, |
82 | # Comprehensive list of any and all USE flags leveraged in the ebuild, |
| 83 | # with the exception of any ARCH specific flags, i.e. "ppc", "sparc", |
83 | # with the exception of any ARCH specific flags, i.e. "ppc", "sparc", |
| 84 | # "x86" and "alpha". This is a required variable. If the ebuild doesn't |
84 | # "x86" and "alpha". Not needed if the ebuild doesn't use any USE flags. |
| 85 | # use any USE flags, set to "". |
|
|
| 86 | IUSE="gnome X" |
85 | IUSE="gnome X" |
| 87 | |
86 | |
| 88 | # A space delimited list of portage features to restrict. man 5 ebuild |
87 | # A space delimited list of portage features to restrict. man 5 ebuild |
| 89 | # for details. Usually not needed. |
88 | # for details. Usually not needed. |
| 90 | #RESTRICT="strip" |
89 | #RESTRICT="strip" |