diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-04 23:51:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-04 23:51:13 +0000 |
commit | 748b20498811cf16ec5e39a307f38c75ee99fd43 (patch) | |
tree | 10d96a11ef1b184313e4bbcb1a5ba581bce037ab /skel.ebuild | |
parent | Begin removing mozilla/firefox as sources for nspf/nss per mozilla herd (diff) | |
download | gentoo-2-748b20498811cf16ec5e39a307f38c75ee99fd43.tar.gz gentoo-2-748b20498811cf16ec5e39a307f38c75ee99fd43.tar.bz2 gentoo-2-748b20498811cf16ec5e39a307f38c75ee99fd43.zip |
rewrap text and tweak unstable/stable description to try and avoid confusing text #112736
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/skel.ebuild b/skel.ebuild index a9d82a2c48d4..07b9ccaa6c2e 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -53,16 +53,17 @@ LICENSE="" # DO NOT USE SLOT=""! This tells Portage to disable SLOTs for this package. SLOT="0" -# Using KEYWORDS, we can record masking information *inside* an ebuild -# instead of relying on an external package.mask file. Right now, you -# should set the KEYWORDS variable for every ebuild so that it contains -# the names of all the architectures with which the ebuild works. All of -# the official architectures can be found in the keywords.desc file which -# is in /usr/portage/profiles/. Usually you should just set this to "~x86". -# The ~ in front of the architecture indicates that the package is new and -# should be considered unstable until testing proves its stability. Once -# packages go stable the ~ prefix is removed. So, if you've confirmed that -# your ebuild works on x86 and ppc, you'd specify: KEYWORDS="~x86 ~ppc" +# Using KEYWORDS, we can record masking information *inside* an ebuild +# instead of relying on an external package.mask file. Right now, you should +# set the KEYWORDS variable for every ebuild so that it contains the names of +# all the architectures with which the ebuild works. All of the official +# architectures can be found in the keywords.desc file which is in +# /usr/portage/profiles/. Usually you should just set this to "~x86". The ~ +# in front of the architecture indicates that the package is new and should be +# considered unstable until testing proves its stability. So, if you've +# confirmed that your ebuild works on x86 and ppc, you'd specify: +# KEYWORDS="~x86 ~ppc" +# Once packages go stable, the ~ prefix is removed. # For binary packages, use -* and then list the archs the bin package # exists for. If the package was for an x86 binary package, then # KEYWORDS would be set like this: KEYWORDS="-* x86" |