diff options
author | Jan Seidel <tuxus@gentoo.org> | 2002-12-12 22:25:48 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2002-12-12 22:25:48 +0000 |
commit | 91a2e2815b9ce90bd19cff3d93a2cf15539c4e62 (patch) | |
tree | 2b09ac8d54af5db90e104af5e58097304b84ddca /sys-devel/automake | |
parent | Bump to latest version. Fixes issues with gcc3.x (diff) | |
download | historical-91a2e2815b9ce90bd19cff3d93a2cf15539c4e62.tar.gz historical-91a2e2815b9ce90bd19cff3d93a2cf15539c4e62.tar.bz2 historical-91a2e2815b9ce90bd19cff3d93a2cf15539c4e62.zip |
Added mips to keywords
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog index 3059fea55f56..c39ca1c0a5b7 100644 --- a/sys-devel/automake/ChangeLog +++ b/sys-devel/automake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/automake # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.17 2002/12/09 04:37:27 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.18 2002/12/12 22:17:22 tuxus Exp $ + + 12 Dec 2002; Jan Seidel <tuxus@gentoo.org> automake-1.6.3.ebuild : + Added mips to keywords. \* Autoupdate keywords (12-6-02) 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords diff --git a/sys-devel/automake/automake-1.6.3.ebuild b/sys-devel/automake/automake-1.6.3.ebuild index a3d19ac9aa2e..ee1c45f9457b 100644 --- a/sys-devel/automake/automake-1.6.3.ebuild +++ b/sys-devel/automake/automake-1.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.4 2002/12/09 04:37:27 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.5 2002/12/12 22:17:22 tuxus Exp $ # OLD14 = 1.4 # OLD15 = 1.5 @@ -49,7 +49,7 @@ HOMEPAGE="http://www.gnu.org/software/automake/automake.html" LICENSE="GPL-2" SLOT="1.5" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha mips" DEPEND="sys-devel/perl >=sys-devel/autoconf-2.53-r1" |