diff options
author | 2003-12-17 04:12:26 +0000 | |
---|---|---|
committer | 2003-12-17 04:12:26 +0000 | |
commit | 6dd1f565c14bde67382a6166963dd3cd4a466348 (patch) | |
tree | a012f29e8d7b2a7ed7b1936cafef8b1b91a198b3 /sys-apps/which | |
parent | ppc64 (diff) | |
download | historical-6dd1f565c14bde67382a6166963dd3cd4a466348.tar.gz historical-6dd1f565c14bde67382a6166963dd3cd4a466348.tar.bz2 historical-6dd1f565c14bde67382a6166963dd3cd4a466348.zip |
ppc64
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/which-2.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/which/which-2.16.ebuild b/sys-apps/which/which-2.16.ebuild index 5862a8186864..d98d32fe565e 100644 --- a/sys-apps/which/which-2.16.ebuild +++ b/sys-apps/which/which-2.16.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/which/which-2.16.ebuild,v 1.5 2003/12/14 02:58:31 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.6 2003/12/17 04:12:26 brad_mssw Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~mips hppa ~arm ia64" +KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~mips hppa ~arm ia64 ppc64" RDEPEND="virtual/glibc sys-apps/texinfo" |