diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-10-20 06:14:56 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-10-20 06:14:56 +0000 |
commit | e5a6b9d84fc4be0c160d4460792bfd48f9be6e9e (patch) | |
tree | 401bbd7bdbb36612fc10200a36c7e10328d7adab | |
parent | some tab fixes. Add the comments back. (diff) | |
download | historical-e5a6b9d84fc4be0c160d4460792bfd48f9be6e9e.tar.gz historical-e5a6b9d84fc4be0c160d4460792bfd48f9be6e9e.tar.bz2 historical-e5a6b9d84fc4be0c160d4460792bfd48f9be6e9e.zip |
added ppc to keywords
-rw-r--r-- | sys-apps/groff/groff-1.18-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/groff/groff-1.18-r1.ebuild b/sys-apps/groff/groff-1.18-r1.ebuild index b4fcdd6a44f3..040d7a193e42 100644 --- a/sys-apps/groff/groff-1.18-r1.ebuild +++ b/sys-apps/groff/groff-1.18-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18-r1.ebuild,v 1.3 2002/10/19 03:42:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18-r1.ebuild,v 1.4 2002/10/20 06:14:56 gerk Exp $ S=${WORKDIR}/${P} DESCRIPTION="Text formatter used for man pages" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/groff/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/groff/groff.html" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" SLOT="0" LICENSE="GPL-2" |