diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-02-21 02:34:19 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-02-21 02:34:19 +0000 |
commit | 6ce05f7f1c7dd0477d7aa0d1ec9da89350465eee (patch) | |
tree | b25832bd0554ef1d4c3239b2c162b21b52dd9e59 /sys-apps/file | |
parent | add ~alpha (diff) | |
download | historical-6ce05f7f1c7dd0477d7aa0d1ec9da89350465eee.tar.gz historical-6ce05f7f1c7dd0477d7aa0d1ec9da89350465eee.tar.bz2 historical-6ce05f7f1c7dd0477d7aa0d1ec9da89350465eee.zip |
more arm keywording madness
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-3.39.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index ce818ee9d559..4856837920ad 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.9 2003/02/12 08:58:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.10 2003/02/21 02:34:19 zwelch Exp $ + + 20 Feb 2003; Zach Welch <zwelch@gentoo.org> file-3.39.ebuild : + Added arm to keywords. 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> file-3.39.ebuild : Added hppa to keywords. diff --git a/sys-apps/file/file-3.39.ebuild b/sys-apps/file/file-3.39.ebuild index 2376a92cac4a..19cb0452f486 100644 --- a/sys-apps/file/file-3.39.ebuild +++ b/sys-apps/file/file-3.39.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/file/file-3.39.ebuild,v 1.9 2003/02/13 15:56:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.39.ebuild,v 1.10 2003/02/21 02:34:19 zwelch Exp $ S=${WORKDIR}/${P} DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz ftp://ftp.astron.com/pub/file/${P}.tar.gz" HOMEPAGE="ftp://ftp.astron.com/pub/file/" -KEYWORDS="x86 ppc sparc alpha mips hppa" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" SLOT="0" LICENSE="as-is" |