diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-11 00:16:31 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-11 00:16:31 +0000 |
commit | d13513ec011de4294f8a75bfd733ffd52dbc3bfc (patch) | |
tree | 8cb94e17ea8f45bad93dcf491b6ab4aad61129e0 /dev-lang/python/python-2.3.3.ebuild | |
parent | fixing Manifest (diff) | |
download | gentoo-2-d13513ec011de4294f8a75bfd733ffd52dbc3bfc.tar.gz gentoo-2-d13513ec011de4294f8a75bfd733ffd52dbc3bfc.tar.bz2 gentoo-2-d13513ec011de4294f8a75bfd733ffd52dbc3bfc.zip |
add fix to make python-2.3.3 db-4.2 (gentoo flavour) aware
Diffstat (limited to 'dev-lang/python/python-2.3.3.ebuild')
-rw-r--r-- | dev-lang/python/python-2.3.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.3.3.ebuild b/dev-lang/python/python-2.3.3.ebuild index fb80078c00f6..779d2147d57f 100644 --- a/dev-lang/python/python-2.3.3.ebuild +++ b/dev-lang/python/python-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3.ebuild,v 1.14 2004/02/09 23:25:00 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3.ebuild,v 1.15 2004/02/11 00:16:31 liquidx Exp $ inherit flag-o-matic python @@ -65,6 +65,7 @@ src_unpack() { epatch ${FILESDIR}/${PN}-2.3-gentoo_py_dontcompile.patch epatch ${FILESDIR}/${PN}-2.3.2-disable_modules_and_ssl.patch epatch ${FILESDIR}/${PN}-2.3-mimetypes_apache.patch + epatch ${FILESDIR}/${PN}-2.3-db4.2.patch } src_configure() { |