diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-01-18 19:33:12 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-01-18 19:33:12 +0000 |
commit | 3bd6c5c222519c2f6cb5b20137310e64cfee1263 (patch) | |
tree | 6bf7f3f6597b26f5a8ceaff1b47b883293f1a06b /sys-apps/fileutils | |
parent | sorry, i suck, i forgot the digest (diff) | |
download | gentoo-2-3bd6c5c222519c2f6cb5b20137310e64cfee1263.tar.gz gentoo-2-3bd6c5c222519c2f6cb5b20137310e64cfee1263.tar.bz2 gentoo-2-3bd6c5c222519c2f6cb5b20137310e64cfee1263.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.8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/fileutils/ChangeLog b/sys-apps/fileutils/ChangeLog index b8aa736bcdb7..4af19a404339 100644 --- a/sys-apps/fileutils/ChangeLog +++ b/sys-apps/fileutils/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/fileutils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/ChangeLog,v 1.11 2002/12/13 11:00:31 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/ChangeLog,v 1.12 2003/01/18 19:28:25 tuxus Exp $ 12 Dec 2002; Joachim Blaabjerg <styx@gentoo.org> files/digest-fileutils-4.1.11-r1 : @@ -26,6 +26,9 @@ *fileutils-4.1.8-r2 (04 May 2002) + 18 Jan 2003; Jan Seidel <tuxus@gentoo.org> : + Added mips to keywords + 14 Jul 2002; phoen][x <phoenix@gentoo.org> fileutils-4.1.8.ebuild : Added KEYWORDS, SLOT. diff --git a/sys-apps/fileutils/fileutils-4.1.8-r2.ebuild b/sys-apps/fileutils/fileutils-4.1.8-r2.ebuild index 466b65b8c58e..4076126b00c7 100644 --- a/sys-apps/fileutils/fileutils-4.1.8-r2.ebuild +++ b/sys-apps/fileutils/fileutils-4.1.8-r2.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-apps/fileutils/fileutils-4.1.8-r2.ebuild,v 1.9 2002/12/15 10:44:21 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.8-r2.ebuild,v 1.10 2003/01/18 19:28:25 tuxus Exp $ IUSE="nls build acl" @@ -10,7 +10,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${P}.tar.gz http://acl.bestbits.at/current/diff/fileutils-${ACLPV}.xdelta" HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha mips" SLOT="0" LICENSE="GPL-2" |