diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-02 07:35:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-02 07:35:42 +0000 |
commit | 08c1c8679892a9305063072e19cfb6d2f9ef53d2 (patch) | |
tree | cc240ee958f5a10da31458c35781c87465047819 /skel.ebuild | |
parent | Fixed corrupted totex when installing noweb for the first time. See bug #50429. (diff) | |
download | historical-08c1c8679892a9305063072e19cfb6d2f9ef53d2.tar.gz historical-08c1c8679892a9305063072e19cfb6d2f9ef53d2.tar.bz2 historical-08c1c8679892a9305063072e19cfb6d2f9ef53d2.zip |
No. Only specify keywords once they've been tested.
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild index 27b93a6b9f03..ad0d523a66b3 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -63,8 +63,6 @@ SLOT="0" # 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" -# For packages that are platform-independent (like Java, PHP or Perl -# applications) specify all keywords. # 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" |