summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-07-11 12:42:35 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-07-11 12:42:35 +0000
commit8b989a9aed60cd72e648013c884a08ad02a79036 (patch)
treefcbdcf5a3966473a7537cfa018ed00872e648cb9 /skel.ebuild
parentremoved older ebuilds (diff)
downloadgentoo-2-8b989a9aed60cd72e648013c884a08ad02a79036.tar.gz
gentoo-2-8b989a9aed60cd72e648013c884a08ad02a79036.tar.bz2
gentoo-2-8b989a9aed60cd72e648013c884a08ad02a79036.zip
fixed bug in KEYWORDS instructions, closes bug #4833
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 256a2c252767..4f5b67d7e9e5 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -45,7 +45,7 @@ SLOT="1"
# the names of all the architectures with which the ebuild works. We have
# 4 official architecture names right now: "x86", "ppc", "sparc" and
# "sparc64". So, if you've confirmed that your ebuild works on x86 and ppc,
-# you'd specify: KEYWORDS="x86"
+# you'd specify: KEYWORDS="x86 ppc"
# For packages that are platform-independant (like Java, PHP or Perl
# applications) specify KEYWORDS="*".
KEYWORDS="x86"