diff options
Diffstat (limited to 'sys-block/scsiping/scsiping-0.0.1.ebuild')
-rw-r--r-- | sys-block/scsiping/scsiping-0.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/scsiping/scsiping-0.0.1.ebuild b/sys-block/scsiping/scsiping-0.0.1.ebuild index cc05ea3dd449..0d4ce4130cb4 100644 --- a/sys-block/scsiping/scsiping-0.0.1.ebuild +++ b/sys-block/scsiping/scsiping-0.0.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/scsiping/scsiping-0.0.1.ebuild,v 1.2 2005/09/20 02:11:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/scsiping/scsiping-0.0.1.ebuild,v 1.3 2006/05/23 01:54:06 robbat2 Exp $ DESCRIPTION="SCSIPing pings a host on the SCSI-chain" HOMEPAGE="http://www.vanheusden.com/Linux/" SRC_URI="http://www.vanheusden.com/Linux/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" RDEPEND="virtual/libc" DEPEND="${RDEPEND}" |