diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:01 +0100 |
commit | d4e97ec3c58dc512fa005e522c56538be0366d8a (patch) | |
tree | 337ced5e48c435dfbfee5b855344173d1d90537c /dev-db/sqlcipher | |
parent | dev-db/libiodbc: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-d4e97ec3c58dc512fa005e522c56538be0366d8a.tar.gz gentoo-d4e97ec3c58dc512fa005e522c56538be0366d8a.tar.bz2 gentoo-d4e97ec3c58dc512fa005e522c56538be0366d8a.zip |
dev-db/sqlcipher: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db/sqlcipher')
-rw-r--r-- | dev-db/sqlcipher/sqlcipher-3.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild b/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild index 490e59bef3ef..8f299103e6af 100644 --- a/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild +++ b/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils flag-o-matic multilib-minimal +inherit autotools eutils flag-o-matic ltprune multilib-minimal DESCRIPTION="Full Database Encryption for SQLite" HOMEPAGE="https://www.zetetic.net/sqlcipher/" |