summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-02 06:17:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-02 06:17:56 +0000
commit36ad630ec3d35e95ae2ae7a0fb7ba17737e4a884 (patch)
tree07f58ea3529b1f5496f40b607a6c2054f9121d54 /skel.ebuild
parentWhoops, forgot files (diff)
downloadhistorical-36ad630ec3d35e95ae2ae7a0fb7ba17737e4a884.tar.gz
historical-36ad630ec3d35e95ae2ae7a0fb7ba17737e4a884.tar.bz2
historical-36ad630ec3d35e95ae2ae7a0fb7ba17737e4a884.zip
remove duplicate sparc mention. (bug 27757)
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 6861955eef7f..ceaa6a1be915 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", "~sparc"
+# 4 official architecture names right now: "~x86", "~ppc", "~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.
@@ -60,7 +60,7 @@ 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",
-# "sparc", "x86" and "alpha". This is a required variable. If the
+# "x86" and "alpha". This is a required variable. If the
# ebuild doesn't use any USE flags, set to "".
IUSE="X gnome"