diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-11-07 20:19:10 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-11-07 20:19:10 +0000 |
commit | 02c900c1e9a2ee4e07a41e11b929f8b298170881 (patch) | |
tree | f6d9993be5fc8058e80a1b921bd05bdc506dca96 /sys-apps/sg3_utils/sg3_utils-1.08.ebuild | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-02c900c1e9a2ee4e07a41e11b929f8b298170881.tar.gz gentoo-2-02c900c1e9a2ee4e07a41e11b929f8b298170881.tar.bz2 gentoo-2-02c900c1e9a2ee4e07a41e11b929f8b298170881.zip |
Added "Contains rescan_scsi_bus." to ${DESCRIPTION} and added 1.10 - bugs #70012, #70019. Marked 1.08 stable on x86.
Diffstat (limited to 'sys-apps/sg3_utils/sg3_utils-1.08.ebuild')
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.08.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/sg3_utils/sg3_utils-1.08.ebuild b/sys-apps/sg3_utils/sg3_utils-1.08.ebuild index 79e0d251c09a..cbd065e31ff2 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.08.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.08.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.08.ebuild,v 1.2 2004/08/30 23:32:40 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.08.ebuild,v 1.3 2004/11/07 20:19:10 plasmaroo Exp $ inherit eutils -DESCRIPTION="Sg3_utils provide a collection of programs that use the sg SCSI interface" +DESCRIPTION="Sg3_utils provide a collection of programs that use the sg SCSI interface. Contains rescan_scsi_bus." HOMEPAGE="http://www.torque.net/sg/" SRC_URI="http://www.torque.net/sg/p/${P}.tgz http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh" @@ -12,7 +12,7 @@ SRC_URI="http://www.torque.net/sg/p/${P}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" +KEYWORDS="x86 ~sparc ~amd64 ~ppc" IUSE="" DEPEND="" |