diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-03-15 18:15:21 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-03-15 18:15:21 +0000 |
commit | f2e63a5c318d98d09401bb0036fa1f90d2e3f3c3 (patch) | |
tree | 62edd39ee63013ef00b047697d8beda9baf9d3a7 /sys-apps/fileutils | |
parent | fixes #17291 (diff) | |
download | gentoo-2-f2e63a5c318d98d09401bb0036fa1f90d2e3f3c3.tar.gz gentoo-2-f2e63a5c318d98d09401bb0036fa1f90d2e3f3c3.tar.bz2 gentoo-2-f2e63a5c318d98d09401bb0036fa1f90d2e3f3c3.zip |
Added mips to KEYWORDS
Diffstat (limited to 'sys-apps/fileutils')
-rw-r--r-- | sys-apps/fileutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/fileutils/fileutils-4.1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/fileutils/ChangeLog b/sys-apps/fileutils/ChangeLog index 7cf6eb3c468a..d7af72fb56f0 100644 --- a/sys-apps/fileutils/ChangeLog +++ b/sys-apps/fileutils/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/fileutils # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/ChangeLog,v 1.15 2003/02/21 02:34:19 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/ChangeLog,v 1.16 2003/03/15 18:15:21 tuxus Exp $ 20 Feb 2003; Zach Welch <gmsoft@gentoo.org> fileutils-4.1.11.ebuild : Added arm to keywords. @@ -27,6 +27,9 @@ *fileutils-4.1.11 (25 Sep 2002) + 15 Mar 2003; Jan Seidel <tuxus@gentoo.org> : + Added mips to KEYWORDS + 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org> : Update version. Seems acl is included in this release. diff --git a/sys-apps/fileutils/fileutils-4.1.11.ebuild b/sys-apps/fileutils/fileutils-4.1.11.ebuild index ae6c3f30a967..2b15a3022a86 100644 --- a/sys-apps/fileutils/fileutils-4.1.11.ebuild +++ b/sys-apps/fileutils/fileutils-4.1.11.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/fileutils/fileutils-4.1.11.ebuild,v 1.8 2003/02/27 01:53:17 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.11.ebuild,v 1.9 2003/03/15 18:15:21 tuxus Exp $ IUSE="nls build" @@ -9,7 +9,7 @@ DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" -KEYWORDS="x86 ppc sparc alpha hppa arm" +KEYWORDS="x86 ppc sparc alpha hppa arm mips" SLOT="0" LICENSE="GPL-2" |