diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2005-01-30 19:39:20 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2005-01-30 19:39:20 +0000 |
commit | 4bbd59b85307c59156bfe3d55b7e407a2f52a256 (patch) | |
tree | 9141e485e6bdf2cb3deec2d0f0da4293e47a0a86 /sys-libs/db/db-1.85-r1.ebuild | |
parent | added ability to compile fte on systems without gpm (diff) | |
download | gentoo-2-4bbd59b85307c59156bfe3d55b7e407a2f52a256.tar.gz gentoo-2-4bbd59b85307c59156bfe3d55b7e407a2f52a256.tar.bz2 gentoo-2-4bbd59b85307c59156bfe3d55b7e407a2f52a256.zip |
upstream changed the source location
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-libs/db/db-1.85-r1.ebuild')
-rw-r--r-- | sys-libs/db/db-1.85-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-1.85-r1.ebuild b/sys-libs/db/db-1.85-r1.ebuild index 64d08c20e825..2e1c99c53fb0 100644 --- a/sys-libs/db/db-1.85-r1.ebuild +++ b/sys-libs/db/db-1.85-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.30 2005/01/14 02:48:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.31 2005/01/30 19:39:20 pauldv Exp $ inherit eutils DESCRIPTION="db 1.85 -- required for RPM 4.0 to compile; that's about it." HOMEPAGE="http://www.sleepycat.com/" -SRC_URI="http://www.sleepycat.com/update/snapshot/db.${PV}.tar.gz" +SRC_URI="ftp://ftp.sleepycat.com/releases/db.${PV}.tar.gz" LICENSE="DB" SLOT="1" |