diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-18 01:20:28 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-18 01:20:28 +0000 |
commit | b421bac1a36e28cb693dfdbc4860e29cc2ca9173 (patch) | |
tree | 70638226780b00f4b3901d56bf721e01b6f7f0e0 /dev-db/sqlite/files | |
parent | Version bump. (diff) | |
download | gentoo-2-b421bac1a36e28cb693dfdbc4860e29cc2ca9173.tar.gz gentoo-2-b421bac1a36e28cb693dfdbc4860e29cc2ca9173.tar.bz2 gentoo-2-b421bac1a36e28cb693dfdbc4860e29cc2ca9173.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-db/sqlite/files')
-rw-r--r-- | dev-db/sqlite/files/sqlite-3.6.19-icu.test.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.6.19-icu.test.patch b/dev-db/sqlite/files/sqlite-3.6.19-icu.test.patch deleted file mode 100644 index 414e5747bf2f..000000000000 --- a/dev-db/sqlite/files/sqlite-3.6.19-icu.test.patch +++ /dev/null @@ -1,19 +0,0 @@ -http://www.sqlite.org/cvstrac/tktview?tn=4042 - ---- test/icu.test -+++ test/icu.test -@@ -26,12 +26,12 @@ - execsql {INSERT INTO test1 VALUES(1,2,1.1,2.2,'hello','world')} - proc test_expr {name settings expr result} { - do_test $name [format { -- db one { -+ lindex [db eval { - BEGIN; - UPDATE test1 SET %s; - SELECT %s FROM test1; - ROLLBACK; -- } -+ }] 0 - } $settings $expr] $result - } - |