diff options
author | Nicholas Wourms <dragon@gentoo.org> | 2003-02-24 22:34:59 +0000 |
---|---|---|
committer | Nicholas Wourms <dragon@gentoo.org> | 2003-02-24 22:34:59 +0000 |
commit | 6370c85cab39e115fe83e5c8950519d53ecd57e4 (patch) | |
tree | 088ded2d551f36c64f2a7e2d6c8e1bf5d834d507 /sys-apps/groff | |
parent | add arm keyword (diff) | |
download | gentoo-2-6370c85cab39e115fe83e5c8950519d53ecd57e4.tar.gz gentoo-2-6370c85cab39e115fe83e5c8950519d53ecd57e4.tar.bz2 gentoo-2-6370c85cab39e115fe83e5c8950519d53ecd57e4.zip |
Mips keywordage additions and changes...
Diffstat (limited to 'sys-apps/groff')
-rw-r--r-- | sys-apps/groff/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.18.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/groff/ChangeLog b/sys-apps/groff/ChangeLog index 3d6888656bb7..43d6b583496f 100644 --- a/sys-apps/groff/ChangeLog +++ b/sys-apps/groff/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/groff # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.17 2003/02/24 17:58:48 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.18 2003/02/24 22:34:59 dragon Exp $ *groff-1.18.1-r1 (08 Feb 2003) + 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> groff-1.18.1-r1.ebuild : + Mark as stable for mips. + 24 Feb 2003; Martin Schlemmer <azarah@gentoo.org> groff-1.18.1-r1.ebuild : Add =sys-apps/texinfo-4.0 to DEPEND, closing bug #16186. diff --git a/sys-apps/groff/groff-1.18.1-r1.ebuild b/sys-apps/groff/groff-1.18.1-r1.ebuild index d6871390cd8d..c98c09fd4fe6 100644 --- a/sys-apps/groff/groff-1.18.1-r1.ebuild +++ b/sys-apps/groff/groff-1.18.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.1-r1.ebuild,v 1.4 2003/02/24 17:58:48 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r1.ebuild,v 1.5 2003/02/24 22:34:59 dragon Exp $ IUSE="" @@ -11,7 +11,7 @@ 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 ~ppc ~sparc alpha ~mips hppa arm" +KEYWORDS="x86 ~ppc ~sparc alpha mips hppa arm" SLOT="0" LICENSE="GPL-2" |