summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-07-18 19:54:38 +0000
committerMike Frysinger <vapier@gentoo.org>2003-07-18 19:54:38 +0000
commit014c2df659526669877fa405b43ddd9ae25dbe61 (patch)
tree5502ba49f89fa551d2b8fc8f45df86e385fc5cbc /skel.ebuild
parentAdded amd64 to a bunch of things (diff)
downloadgentoo-2-014c2df659526669877fa405b43ddd9ae25dbe61.tar.gz
gentoo-2-014c2df659526669877fa405b43ddd9ae25dbe61.tar.bz2
gentoo-2-014c2df659526669877fa405b43ddd9ae25dbe61.zip
remove sparc64 and add note about -*
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild
index fcd79582c1ea..6861955eef7f 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -43,7 +43,7 @@ SLOT="0"
# 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. We have
-# 5 official architecture names right now: "~x86", "~ppc", "~sparc", "~sparc64"
+# 5 official architecture names right now: "~x86", "~ppc", "~sparc", "~sparc"
# and "~alpha". 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.
@@ -51,13 +51,16 @@ SLOT="0"
# 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"
# DO NOT USE KEYWORDS="*". This is deprecated and only for backward
# compatibility reasons.
KEYWORDS="~x86"
# Comprehensive list of any and all USE flags leveraged in the ebuild,
# with the exception of any ARCH specific flags, i.e. "ppc", "sparc",
-# "sparc64", "x86" and "alpha". This is a required variable. If the
+# "sparc", "x86" and "alpha". This is a required variable. If the
# ebuild doesn't use any USE flags, set to "".
IUSE="X gnome"