diff options
author | Sebastian Pipping <sping@gentoo.org> | 2012-04-03 17:13:59 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2012-04-03 17:13:59 +0000 |
commit | 255c9477d685c86bc5085203009941f6afef3d74 (patch) | |
tree | 7f4966682ce17118ce2dd031d6b1b8d48b71644a /sys-block/open-iscsi/open-iscsi-2.0.872.ebuild | |
parent | Remove versions that are not stable candidates. (diff) | |
download | gentoo-2-255c9477d685c86bc5085203009941f6afef3d74.tar.gz gentoo-2-255c9477d685c86bc5085203009941f6afef3d74.tar.bz2 gentoo-2-255c9477d685c86bc5085203009941f6afef3d74.zip |
sys-block/open-iscsi: Fix broken SRC_URI x2
(Portage version: 2.1.10.54/cvs/Linux x86_64)
Diffstat (limited to 'sys-block/open-iscsi/open-iscsi-2.0.872.ebuild')
-rw-r--r-- | sys-block/open-iscsi/open-iscsi-2.0.872.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild index 397e88e59b6a..3699a18a289c 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild,v 1.5 2012/02/09 09:19:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild,v 1.6 2012/04/03 17:13:59 sping Exp $ EAPI=2 inherit versionator linux-info eutils flag-o-matic toolchain-funcs @@ -8,7 +8,7 @@ inherit versionator linux-info eutils flag-o-matic toolchain-funcs DESCRIPTION="Open-iSCSI is a high performance, transport independent, multi-platform implementation of RFC3720" HOMEPAGE="http://www.open-iscsi.org/" MY_PV="${PN}-$(replace_version_separator 2 "-" $MY_PV)" -SRC_URI="mirror://kernel/linux/kernel/people/mnc/open-iscsi/releases/${MY_PV}.tar.gz" +SRC_URI="http://www.open-iscsi.org/bits/${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" |