diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 20:38:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 20:38:30 +0000 |
commit | a1f2f9678faeed5f42e837fc09a7329fff87e466 (patch) | |
tree | 6ae1a01ae0c2b1f72720ad94d8e7cff06ffa06f9 /sys-apps | |
parent | remove nomirror RESTRICT (diff) | |
download | gentoo-2-a1f2f9678faeed5f42e837fc09a7329fff87e466.tar.gz gentoo-2-a1f2f9678faeed5f42e837fc09a7329fff87e466.tar.bz2 gentoo-2-a1f2f9678faeed5f42e837fc09a7329fff87e466.zip |
fix SRC_URI again
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/attr/attr-2.4.19.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/attr/attr-2.4.19.ebuild b/sys-apps/attr/attr-2.4.19.ebuild index 73fdc3cd55c6..a8902ffe233d 100644 --- a/sys-apps/attr/attr-2.4.19.ebuild +++ b/sys-apps/attr/attr-2.4.19.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.19.ebuild,v 1.11 2004/12/30 20:34:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.19.ebuild,v 1.12 2004/12/30 20:38:30 vapier Exp $ inherit eutils DESCRIPTION="Extended attributes tools" HOMEPAGE="http://oss.sgi.com/projects/xfs/" -SRC_URI="ftp://xfs.org/mirror/SGI/cmd_tars/${P}.src.tar.gz" +SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz + ftp://xfs.org/mirror/SGI/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |