diff options
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.54.ebuild | 4 |
4 files changed, 12 insertions, 6 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" diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index 2d85ee49e02f..862cfed7fc4b 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.17 2003/02/12 09:13:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.18 2003/02/15 20:24:11 tuxus Exp $ + + 15 Feb 2003; Jan Seidel <tuxus@gentoo.org> autoconf-2.54.ebuild : + Added mips to keywords 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> : Added hppa to keywords. diff --git a/sys-devel/autoconf/autoconf-2.54.ebuild b/sys-devel/autoconf/autoconf-2.54.ebuild index 69018b8497ab..d07884e61b1f 100644 --- a/sys-devel/autoconf/autoconf-2.54.ebuild +++ b/sys-devel/autoconf/autoconf-2.54.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-devel/autoconf/autoconf-2.54.ebuild,v 1.9 2003/02/13 16:26:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.10 2003/02/15 20:24:11 tuxus Exp $ IUSE="" @@ -17,7 +17,7 @@ HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" LICENSE="GPL-2" SLOT="2.5" -KEYWORDS="x86 ppc sparc alpha hppa" +KEYWORDS="x86 ppc sparc alpha hppa mips" DEPEND=">=sys-apps/texinfo-4.3 >=sys-devel/m4-1.4p |