diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-07-15 11:56:31 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-07-15 11:56:31 +0000 |
commit | bf7fbe45f73bdeef1dd83c8176087766bf3529a9 (patch) | |
tree | b7fafd6df9ac967bf8478f5a6060f89e539724c3 /skel.ebuild | |
parent | no more switching SRC_URI's (diff) | |
download | gentoo-2-bf7fbe45f73bdeef1dd83c8176087766bf3529a9.tar.gz gentoo-2-bf7fbe45f73bdeef1dd83c8176087766bf3529a9.tar.bz2 gentoo-2-bf7fbe45f73bdeef1dd83c8176087766bf3529a9.zip |
minor changes to reflect new KEYWORDS policy
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skel.ebuild b/skel.ebuild index 4f5b67d7e9e5..599f73d9db82 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -47,7 +47,9 @@ SLOT="1" # "sparc64". So, if you've confirmed that your ebuild works on x86 and ppc, # you'd specify: KEYWORDS="x86 ppc" # For packages that are platform-independant (like Java, PHP or Perl -# applications) specify KEYWORDS="*". +# applications) specify all keywords. +# DO NOT USE KEYWORDS="*". This is deprecated and only for backward +# compatibility reasons. KEYWORDS="x86" # Build-time dependencies, such as |