diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 19:29:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 19:29:25 +0000 |
commit | f44303c747454b5d500005f324b3599c14488931 (patch) | |
tree | 928eed9a89a285f2a77022142bfcafa536ab78f2 /sys-block/megarc | |
parent | Version bump to 0.1.6. Fixing DEPEND (diff) | |
download | gentoo-2-f44303c747454b5d500005f324b3599c14488931.tar.gz gentoo-2-f44303c747454b5d500005f324b3599c14488931.tar.bz2 gentoo-2-f44303c747454b5d500005f324b3599c14488931.zip |
Fix SRC_URI wrt #250426, thanks to Christophe LEFEBVRE for reporting.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-block/megarc')
-rw-r--r-- | sys-block/megarc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-block/megarc/megarc-1.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-block/megarc/ChangeLog b/sys-block/megarc/ChangeLog index cc24e598091b..2d374dd084b7 100644 --- a/sys-block/megarc/ChangeLog +++ b/sys-block/megarc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/megarc -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/megarc/ChangeLog,v 1.3 2008/07/11 09:14:56 wschlich Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/megarc/ChangeLog,v 1.4 2009/08/03 19:29:25 ssuominen Exp $ + + 03 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> megarc-1.11.ebuild: + Fix SRC_URI wrt #250426, thanks to Christophe LEFEBVRE for reporting. 11 Jul 2008; Wolfram Schlich <wschlich@gentoo.org> megarc-1.11.ebuild: add multilib check diff --git a/sys-block/megarc/megarc-1.11.ebuild b/sys-block/megarc/megarc-1.11.ebuild index b215fde06fa5..4be69eb69ea1 100644 --- a/sys-block/megarc/megarc-1.11.ebuild +++ b/sys-block/megarc/megarc-1.11.ebuild @@ -1,12 +1,12 @@ -# 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/megarc/megarc-1.11.ebuild,v 1.2 2008/07/11 09:14:56 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/megarc/megarc-1.11.ebuild,v 1.3 2009/08/03 19:29:25 ssuominen Exp $ inherit multilib DESCRIPTION="LSI Logic MegaRAID Text User Interface management tool" HOMEPAGE="http://www.lsi.com" -SRC_URI="http://www.lsi.com/files/support/rsa/utilities/megaconf/ut_linux_${PN}_${PV}.zip" +SRC_URI="http://www.lsi.com/DistributionSystem/AssetDocument/files/support/rsa/utilities/megaconf/ut_linux_${PN}_${PV}.zip" LICENSE="LSI" SLOT="0" |