diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-10-07 15:20:09 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-10-07 15:20:09 +0000 |
commit | 307c9a6f1f7c398468943f8f9ca1f8c4d1a51c74 (patch) | |
tree | e257b3ab508b9354f36e01d7c8117822406908a2 /www-client/chromium/chromium-9999.ebuild | |
parent | x86 stable wrt bug #339505 (diff) | |
download | historical-307c9a6f1f7c398468943f8f9ca1f8c4d1a51c74.tar.gz historical-307c9a6f1f7c398468943f8f9ca1f8c4d1a51c74.tar.bz2 historical-307c9a6f1f7c398468943f8f9ca1f8c4d1a51c74.zip |
Remove patch applied upstream (system sqlite support).
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'www-client/chromium/chromium-9999.ebuild')
-rw-r--r-- | www-client/chromium/chromium-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www-client/chromium/chromium-9999.ebuild b/www-client/chromium/chromium-9999.ebuild index fda8d3e51d3a..589bc88a2b36 100644 --- a/www-client/chromium/chromium-9999.ebuild +++ b/www-client/chromium/chromium-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v 1.91 2010/10/07 06:39:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v 1.92 2010/10/07 15:20:09 phajdan.jr Exp $ EAPI="2" @@ -109,10 +109,6 @@ pkg_setup() { } src_prepare() { - # Small fixes to the system-provided sqlite support, - # to be upstreamed. - epatch "${FILESDIR}"/${PN}-system-sqlite-r0.patch - # Small fix to the system-provided icu support, # to be upstreamed. epatch "${FILESDIR}"/${PN}-system-icu-r0.patch |