diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2010-05-02 15:39:48 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2010-05-02 15:39:48 +0000 |
commit | fb01eb19abb0fea2ad1be7d39477e89aa5192deb (patch) | |
tree | 1787184171d0fbcbf6beb9fe3ab78cfed9a41fe1 /sys-apps/cciss_vol_status/cciss_vol_status-1.02.ebuild | |
parent | Version bump. (diff) | |
download | historical-fb01eb19abb0fea2ad1be7d39477e89aa5192deb.tar.gz historical-fb01eb19abb0fea2ad1be7d39477e89aa5192deb.tar.bz2 historical-fb01eb19abb0fea2ad1be7d39477e89aa5192deb.zip |
Version bump, as requested by Johan Bergström in bug #299729. Patched out a strnlen vs strlen typo. Dropped suspect DEPEND from older ebuild.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/cciss_vol_status/cciss_vol_status-1.02.ebuild')
-rw-r--r-- | sys-apps/cciss_vol_status/cciss_vol_status-1.02.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/cciss_vol_status/cciss_vol_status-1.02.ebuild b/sys-apps/cciss_vol_status/cciss_vol_status-1.02.ebuild index 214b81309c7c..7f36614bbc7b 100644 --- a/sys-apps/cciss_vol_status/cciss_vol_status-1.02.ebuild +++ b/sys-apps/cciss_vol_status/cciss_vol_status-1.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/cciss_vol_status-1.02.ebuild,v 1.4 2008/02/15 13:35:06 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/cciss_vol_status-1.02.ebuild,v 1.5 2010/05/02 15:39:47 chainsaw Exp $ IUSE="" DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers." @@ -9,7 +9,7 @@ LICENSE="GPL-2" SRC_URI="mirror://sourceforge/cciss/${P}.tar.gz" KEYWORDS="amd64 x86" SLOT="0" -DEPEND=">=sys-devel/autoconf-2.59" +DEPEND="" src_install() { emake DESTDIR="${D}" install || die "Install failed." |