diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-04-12 20:23:03 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-04-12 20:23:03 +0000 |
commit | d3b4932998b19056d3498e3f9d18e1a02c32812c (patch) | |
tree | 7c93b8bce6fd861e98779cc4ecd4a06df871ea6c /sys-fs/lvm2/lvm2-2.02.33-r1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-d3b4932998b19056d3498e3f9d18e1a02c32812c.tar.gz gentoo-2-d3b4932998b19056d3498e3f9d18e1a02c32812c.tar.bz2 gentoo-2-d3b4932998b19056d3498e3f9d18e1a02c32812c.zip |
Bug #265772: Update SRC_URI to check the /old/ directory upstream for files as they are moved.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lvm2/lvm2-2.02.33-r1.ebuild')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.33-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild index 452fdfcfaf9a..90177877dcd2 100644 --- a/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild @@ -1,12 +1,13 @@ -# 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-fs/lvm2/lvm2-2.02.33-r1.ebuild,v 1.3 2008/11/14 09:21:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild,v 1.4 2009/04/12 20:23:03 robbat2 Exp $ inherit eutils multilib DESCRIPTION="User-land utilities for LVM2 (device-mapper) software." HOMEPAGE="http://sources.redhat.com/lvm2/" -SRC_URI="ftp://sources.redhat.com/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz" +SRC_URI="ftp://sources.redhat.com/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz + ftp://sources.redhat.com/pub/lvm2/old/${PN/lvm/LVM}.${PV}.tgz" LICENSE="GPL-2" SLOT="0" |