diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2010-05-11 20:31:16 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2010-05-11 20:31:16 +0000 |
commit | fd7de3b56f985f7bac220b5fcc7266603872c432 (patch) | |
tree | 3e9ae46d76e8654b1205245d4bdd01a48fdc6d77 /media-gfx/sane-backends/sane-backends-1.0.21.ebuild | |
parent | add -m1 to grep for unpack_makeself for bug #319059 (diff) | |
download | gentoo-2-fd7de3b56f985f7bac220b5fcc7266603872c432.tar.gz gentoo-2-fd7de3b56f985f7bac220b5fcc7266603872c432.tar.bz2 gentoo-2-fd7de3b56f985f7bac220b5fcc7266603872c432.zip |
Fixed one of the SRC_URIs
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-gfx/sane-backends/sane-backends-1.0.21.ebuild')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.0.21.ebuild b/media-gfx/sane-backends/sane-backends-1.0.21.ebuild index 39b86ca9b1fd..8bc1187c2d2f 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.21.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21.ebuild,v 1.1 2010/05/11 19:39:28 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21.ebuild,v 1.2 2010/05/11 20:31:16 phosphan Exp $ EAPI="1" @@ -128,7 +128,7 @@ RDEPEND="${RDEPEND} !<sys-fs/udev-114" # Could not access via ftp on 2006-07-20 -SRC_URI="http://alioth.debian.org/frs/download.php/2318/${P}.tar.gz +SRC_URI="http://alioth.debian.org/frs/download.php/3258/${P}.tar.gz ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz ftp://ftp.sane-project.org/pub/sane/${P}/${P}-i18n.patch" |