diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-30 11:17:50 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-30 11:17:50 +0000 |
commit | 95df67032a422f8f9494e78416b65f5618c1b7cc (patch) | |
tree | a14dffbb9a691b727e970e6477a816fce79ea896 /sys-apps/attr | |
parent | added ~ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-95df67032a422f8f9494e78416b65f5618c1b7cc.tar.gz gentoo-2-95df67032a422f8f9494e78416b65f5618c1b7cc.tar.bz2 gentoo-2-95df67032a422f8f9494e78416b65f5618c1b7cc.zip |
Fixed SRC_URI to close #76092.
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/attr/ChangeLog b/sys-apps/attr/ChangeLog index 545adaaedc86..c117c3accb60 100644 --- a/sys-apps/attr/ChangeLog +++ b/sys-apps/attr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/attr # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.46 2004/12/16 06:14:46 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.47 2004/12/30 11:17:50 absinthe Exp $ + + 30 Dec 2004; Dylan Carlson <absinthe@gentoo.org> attr-2.4.19.ebuild: + Fixed SRC_URI to close #76092. 16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> attr-2.4.19.ebuild: Stable on amd64. diff --git a/sys-apps/attr/attr-2.4.19.ebuild b/sys-apps/attr/attr-2.4.19.ebuild index b181f7e238fe..bfeab40f7abd 100644 --- a/sys-apps/attr/attr-2.4.19.ebuild +++ b/sys-apps/attr/attr-2.4.19.ebuild @@ -1,12 +1,12 @@ # 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.9 2004/12/16 06:14:46 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.19.ebuild,v 1.10 2004/12/30 11:17:50 absinthe Exp $ inherit eutils DESCRIPTION="Extended attributes tools" HOMEPAGE="http://oss.sgi.com/projects/xfs/" -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" +SRC_URI="ftp://xfs.org/mirror/SGI/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |