commit: 8258aca47ae25db2d6631bb1f9ff337733e61740 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Mon Aug 19 07:45:59 2019 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Mon Aug 19 07:46:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8258aca4
dev-db/sqlcipher: restrict failing testsuite Bug: https://bugs.gentoo.org/692310 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-db/sqlcipher/sqlcipher-4.0.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild index 7ce770c2ff1..41d255f4c43 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