diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2019-08-19 10:45:59 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2019-08-19 10:46:28 +0300 |
commit | 8258aca47ae25db2d6631bb1f9ff337733e61740 (patch) | |
tree | 7ffe2d57b886ec4a17d5075d3a8f5cb5661b8b5b /dev-db/sqlcipher | |
parent | net-ftp/proftpd: tweak for mysql-8, bug #692434 (diff) | |
download | gentoo-8258aca47ae25db2d6631bb1f9ff337733e61740.tar.gz gentoo-8258aca47ae25db2d6631bb1f9ff337733e61740.tar.bz2 gentoo-8258aca47ae25db2d6631bb1f9ff337733e61740.zip |
dev-db/sqlcipher: restrict failing testsuite
Bug: https://bugs.gentoo.org/692310
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'dev-db/sqlcipher')
-rw-r--r-- | dev-db/sqlcipher/sqlcipher-4.0.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild index 7ce770c2ff1d..41d255f4c430 100644 --- a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild +++ b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,6 +35,9 @@ REQUIRED_USE=" DOCS=( README.md ) +# Testsuite fails, bug #692310 +RESTRICT="test" + src_prepare() { # Column metadata added due to bug #670346 append-cflags -DSQLITE_HAS_CODEC -DSQLITE_ENABLE_COLUMN_METADATA |