diff options
author | 2009-08-05 19:50:07 +0000 | |
---|---|---|
committer | 2009-08-05 19:50:07 +0000 | |
commit | 941cc41369745316c6287b61517020774ee79aef (patch) | |
tree | 9cea06c5d6c9f078873a7c2f2d0ccaff07fc0c48 /sys-block/scsirastools/scsirastools-1.5.6.ebuild | |
parent | Remove older ebuilds. Remove most keywords from 1.5.6. (diff) | |
download | historical-941cc41369745316c6287b61517020774ee79aef.tar.gz historical-941cc41369745316c6287b61517020774ee79aef.tar.bz2 historical-941cc41369745316c6287b61517020774ee79aef.zip |
Fix building with GLIBC 2.10+ wrt #278182.
Package-Manager: portage-2.2_rc36/cvs/Linux x86_64
Diffstat (limited to 'sys-block/scsirastools/scsirastools-1.5.6.ebuild')
-rw-r--r-- | sys-block/scsirastools/scsirastools-1.5.6.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sys-block/scsirastools/scsirastools-1.5.6.ebuild b/sys-block/scsirastools/scsirastools-1.5.6.ebuild index aa5ce69ef7f4..a0a7878ba7ad 100644 --- a/sys-block/scsirastools/scsirastools-1.5.6.ebuild +++ b/sys-block/scsirastools/scsirastools-1.5.6.ebuild @@ -1,20 +1,21 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/scsirastools/scsirastools-1.5.6.ebuild,v 1.2 2008/06/29 07:53:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/scsirastools/scsirastools-1.5.6.ebuild,v 1.3 2009/08/05 19:50:07 ssuominen Exp $ -inherit autotools +inherit autotools eutils DESCRIPTION="Serviceability for SCSI Disks and Arrays" HOMEPAGE="http://scsirastools.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -DEPEND="virtual/libc - sys-apps/rescan-scsi-bus - sys-apps/sg3_utils" -#RDEPEND="" + +RDEPEND="sys-apps/rescan-scsi-bus + sys-apps/sg3_utils" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} @@ -25,6 +26,7 @@ src_unpack() { -e '/^SUBDIRS/s,files,,' \ "${S}"/Makefile.am || die "sed Makefile.am failed" cd "${S}" + epatch "${FILESDIR}"/${P}-glibc-2.10.patch eautoreconf # i386 ELF binaries in tarball = bad rm -f "${S}"/files/alarms* |