diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-02-15 20:24:11 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-02-15 20:24:11 +0000 |
commit | 0a5aef3bc2dbec8f3c10f3bd5d1381bd955489bc (patch) | |
tree | 15fc2e58e9a244343dc115c4acb99b6cd4108ec2 /sys-apps/texinfo | |
parent | added nv driver patch for ppc (diff) | |
download | gentoo-2-0a5aef3bc2dbec8f3c10f3bd5d1381bd955489bc.tar.gz gentoo-2-0a5aef3bc2dbec8f3c10f3bd5d1381bd955489bc.tar.bz2 gentoo-2-0a5aef3bc2dbec8f3c10f3bd5d1381bd955489bc.zip |
Added mips to keywords
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index aeb1fdb63104..9a645973bdb3 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/texinfo # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.20 2003/02/12 09:09:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.21 2003/02/15 20:19:52 tuxus Exp $ + + 15 Feb 2003; Jan Seidel <tuxus@gentoo.org> texinfo-4.3.ebuild : + Added mips to keywords 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> texinfo-4.3-r1.ebuild : Added hppa to keywords. diff --git a/sys-apps/texinfo/texinfo-4.3.ebuild b/sys-apps/texinfo/texinfo-4.3.ebuild index a03d7f1b88de..213d30f5c16e 100644 --- a/sys-apps/texinfo/texinfo-4.3.ebuild +++ b/sys-apps/texinfo/texinfo-4.3.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/texinfo/texinfo-4.3.ebuild,v 1.5 2003/02/13 16:17:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3.ebuild,v 1.6 2003/02/15 20:19:52 tuxus Exp $ IUSE="nls build" @@ -9,7 +9,7 @@ DESCRIPTION="The GNU info program and utilities" SRC_URI="mirror://gnu/texinfo/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/texinfo/" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha mips" SLOT="0" LICENSE="GPL-2" |