diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2006-12-18 18:17:48 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2006-12-18 18:17:48 +0000 |
commit | 19f440f7d3d0b6e283c3d3d479b0a66dfb279d01 (patch) | |
tree | 0ebb0159a8a5179ad4f13cbf8ffa37eff1f7c575 /dev-libs/slib/slib-2.4.2.ebuild | |
parent | Now it RDEPENDS on libtool for getting libltdl.so, thanks to flameeyes, Bug #... (diff) | |
download | gentoo-2-19f440f7d3d0b6e283c3d3d479b0a66dfb279d01.tar.gz gentoo-2-19f440f7d3d0b6e283c3d3d479b0a66dfb279d01.tar.bz2 gentoo-2-19f440f7d3d0b6e283c3d3d479b0a66dfb279d01.zip |
Fix SRC_URI; bug 150849
(Portage version: 2.1.2_rc3-r6)
Diffstat (limited to 'dev-libs/slib/slib-2.4.2.ebuild')
-rw-r--r-- | dev-libs/slib/slib-2.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/slib/slib-2.4.2.ebuild b/dev-libs/slib/slib-2.4.2.ebuild index ee8e51732df6..7929e7f7dc34 100644 --- a/dev-libs/slib/slib-2.4.2.ebuild +++ b/dev-libs/slib/slib-2.4.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.2.ebuild,v 1.15 2006/07/28 17:51:53 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.2.ebuild,v 1.16 2006/12/18 18:17:48 masterdriverz Exp $ MY_P=${PN}2d2 S=${WORKDIR}/${PN} DESCRIPTION="library providing functions for Scheme implementations" -SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${MY_P}.zip" +SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/OLD/${MY_P}.zip" HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" SLOT="0" |