diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-07-11 12:42:35 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-07-11 12:42:35 +0000 |
commit | b44e0f53d63d3f68039f1ba84f1bbea8ada87c84 (patch) | |
tree | 15b1d5d0af73bf4330e8f31cec418b60e3d839a5 /skel.ebuild | |
parent | removed older ebuilds (diff) | |
download | historical-b44e0f53d63d3f68039f1ba84f1bbea8ada87c84.tar.gz historical-b44e0f53d63d3f68039f1ba84f1bbea8ada87c84.tar.bz2 historical-b44e0f53d63d3f68039f1ba84f1bbea8ada87c84.zip |
fixed bug in KEYWORDS instructions, closes bug #4833
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 2 |
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" |