summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-17 01:37:23 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-17 01:37:23 +0000
commit9272e3cfb95a35b463da416bb3b09dbf753d3cca (patch)
tree591dd0184319578afd1fa3c5166099a9d08b2ca6 /dev-db
parentThis package builds and runs perfectly without any kernel sources present, th... (diff)
downloadgentoo-2-9272e3cfb95a35b463da416bb3b09dbf753d3cca.tar.gz
gentoo-2-9272e3cfb95a35b463da416bb3b09dbf753d3cca.tar.bz2
gentoo-2-9272e3cfb95a35b463da416bb3b09dbf753d3cca.zip
Fix tests.
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/sqlite-3.6.18.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-3.6.18.ebuild b/dev-db/sqlite/sqlite-3.6.18.ebuild
index e47d0d7da08a..93343101ff1c 100644
--- a/dev-db/sqlite/sqlite-3.6.18.ebuild
+++ b/dev-db/sqlite/sqlite-3.6.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.18.ebuild,v 1.2 2009/09/18 11:34:58 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.18.ebuild,v 1.3 2009/10/17 01:37:23 arfrever Exp $
EAPI="2"
@@ -39,7 +39,9 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}/${PN}-3.6.16-tkt3922.test.patch"
+ if use icu; then
+ rm -f test/like.test
+ fi
epunt_cxx
}