diff options
author | Jan Seidel <tuxus@gentoo.org> | 2002-12-12 22:17:22 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2002-12-12 22:17:22 +0000 |
commit | 5749626ad97d4fc8221bff9387fb1d7f2137e4e4 (patch) | |
tree | 6b345037d1961f7fa9a3b72b9510fb84f375c2db /sys-devel | |
parent | Initial import per Bug #7806 (diff) | |
download | gentoo-2-5749626ad97d4fc8221bff9387fb1d7f2137e4e4.tar.gz gentoo-2-5749626ad97d4fc8221bff9387fb1d7f2137e4e4.tar.bz2 gentoo-2-5749626ad97d4fc8221bff9387fb1d7f2137e4e4.zip |
Added mips to keywords
Diffstat (limited to 'sys-devel')
-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" |