diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-12-19 06:09:42 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-12-19 06:09:42 +0000 |
commit | 87b4332510b0fa264a8da2c5fb045bd177bfe7bb (patch) | |
tree | f44ccf868ed98b372f47c97440d0cd85e80763ba /dev-dotnet/db4o/db4o-5.0.ebuild | |
parent | remove pointless call to preplib (diff) | |
download | gentoo-2-87b4332510b0fa264a8da2c5fb045bd177bfe7bb.tar.gz gentoo-2-87b4332510b0fa264a8da2c5fb045bd177bfe7bb.tar.bz2 gentoo-2-87b4332510b0fa264a8da2c5fb045bd177bfe7bb.zip |
Forgot to add the patch, then found the patch was big enough to put on mirrors instead. Should actually build now. Whoops.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-dotnet/db4o/db4o-5.0.ebuild')
-rw-r--r-- | dev-dotnet/db4o/db4o-5.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-dotnet/db4o/db4o-5.0.ebuild b/dev-dotnet/db4o/db4o-5.0.ebuild index 058cb70ec0cd..85e3ab3c2464 100644 --- a/dev-dotnet/db4o/db4o-5.0.ebuild +++ b/dev-dotnet/db4o/db4o-5.0.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/db4o-5.0.ebuild,v 1.1 2005/11/27 01:27:18 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/db4o-5.0.ebuild,v 1.2 2005/12/19 06:09:42 latexer Exp $ inherit mono multilib eutils DESCRIPTION="Object database for .NET" HOMEPAGE="http://www.db4o.com/" -SRC_URI="http://www.db4o.com/downloads/${P}-mono.tar.gz" +SRC_URI="http://www.db4o.com/downloads/${P}-mono.tar.gz + mirror://gentoo/${P}-makefile-filelist.diff" LICENSE="GPL-2" SLOT="0" @@ -18,7 +19,7 @@ DEPEND="dev-lang/mono" src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-makefile-filelist.diff + epatch ${DISTDIR}/${P}-makefile-filelist.diff } src_compile() { |