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 | 7920dc85ba32f46f67760da822a7e1bb619b89ce (patch) | |
tree | 3b6f4a3d0eb4afe1b1cea20109b89b5e1869ac1e /sys-apps/which | |
parent | add ~alpha (diff) | |
download | gentoo-2-7920dc85ba32f46f67760da822a7e1bb619b89ce.tar.gz gentoo-2-7920dc85ba32f46f67760da822a7e1bb619b89ce.tar.bz2 gentoo-2-7920dc85ba32f46f67760da822a7e1bb619b89ce.zip |
more arm keywording madness
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/which/which-2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index 7119dd30df63..cbdc7f81c5ec 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/which # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.9 2003/02/12 09:12:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.10 2003/02/21 02:34:19 zwelch Exp $ + + 20 Feb 2003; Zach Welch <zwelch@gentoo.org> which-2.14 : + Added arm to keywords. 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> which-2.14 : Added hppa to keywords. diff --git a/sys-apps/which/which-2.14.ebuild b/sys-apps/which/which-2.14.ebuild index e6233860472f..ca3d7a8901f3 100644 --- a/sys-apps/which/which-2.14.ebuild +++ b/sys-apps/which/which-2.14.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.14.ebuild,v 1.12 2003/02/13 16:22:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.14.ebuild,v 1.13 2003/02/21 02:34:19 zwelch Exp $ DESCRIPTION="Prints out location of specified executables that are in your path" HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips hppa" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" RDEPEND="virtual/glibc sys-apps/texinfo" |