diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-07 17:33:09 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-07 17:33:09 +0000 |
commit | 36ec9dd6a213385af12206ec39c5f14d1c5d983e (patch) | |
tree | 5e67d3d0274b200d98a74f75cf317dbb90ca710d /sys-apps/smartmontools/smartmontools-5.19.ebuild | |
parent | Version bumped. (diff) | |
download | gentoo-2-36ec9dd6a213385af12206ec39c5f14d1c5d983e.tar.gz gentoo-2-36ec9dd6a213385af12206ec39c5f14d1c5d983e.tar.bz2 gentoo-2-36ec9dd6a213385af12206ec39c5f14d1c5d983e.zip |
Version bumped.
Diffstat (limited to 'sys-apps/smartmontools/smartmontools-5.19.ebuild')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/smartmontools/smartmontools-5.19.ebuild b/sys-apps/smartmontools/smartmontools-5.19.ebuild index d5702fc8c3ee..abeb549ffed9 100644 --- a/sys-apps/smartmontools/smartmontools-5.19.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.19.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/smartmontools/smartmontools-5.19.ebuild,v 1.1 2003/10/07 17:32:04 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.19.ebuild,v 1.2 2003/10/07 17:32:56 mholzer Exp $ DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" HOMEPAGE="http://smartmontools.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 sparc" +KEYWORDS="~x86 ~amd64 ~sparc" S=${WORKDIR}/${P} |