summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-09-26 12:05:16 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-09-26 12:05:16 +0000
commit2989880b8810c9d205008591b072d7c9f9d1ac9d (patch)
tree35dfceb567d5ded65e92b1e418bf3bb233f7d2e6 /dev-python/bsddb3/bsddb3-4.1.3.ebuild
parentbug 65316 (Manifest recommit) (diff)
downloadgentoo-2-2989880b8810c9d205008591b072d7c9f9d1ac9d.tar.gz
gentoo-2-2989880b8810c9d205008591b072d7c9f9d1ac9d.tar.bz2
gentoo-2-2989880b8810c9d205008591b072d7c9f9d1ac9d.zip
fix problems with 4.2 incompatibility with bsddb3-4.1.3 (#62017)
Diffstat (limited to 'dev-python/bsddb3/bsddb3-4.1.3.ebuild')
-rw-r--r--dev-python/bsddb3/bsddb3-4.1.3.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/bsddb3/bsddb3-4.1.3.ebuild b/dev-python/bsddb3/bsddb3-4.1.3.ebuild
index b6bd28dddb6e..55f4593315c2 100644
--- a/dev-python/bsddb3/bsddb3-4.1.3.ebuild
+++ b/dev-python/bsddb3/bsddb3-4.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-4.1.3.ebuild,v 1.11 2004/06/26 21:22:04 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-4.1.3.ebuild,v 1.12 2004/09/26 12:05:16 liquidx Exp $
inherit distutils eutils
@@ -18,11 +18,13 @@ DEPEND="virtual/python
DOCS="README.txt TODO.txt"
-src_compile() {
- distutils_src_compile "--berkeley-db=/usr"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-setup.py.patch
}
src_install() {
- distutils_src_install "--berkeley-db=/usr"
+ distutils_src_install
dohtml docs/*
}