commit:     9d9393c8b162591200dfea0be56d19389a77c32b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 08:03:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  5 18:00:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9393c8

dev-db/sqlcipher: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/sqlcipher/sqlcipher-3.4.2.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild 
b/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild
index 8f299103e6a..1f5bdc48135 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-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit autotools eutils flag-o-matic ltprune multilib-minimal
+inherit autotools flag-o-matic multilib-minimal
 
 DESCRIPTION="Full Database Encryption for SQLite"
 HOMEPAGE="https://www.zetetic.net/sqlcipher/";
@@ -41,12 +41,12 @@ src_prepare() {
        eapply "${FILESDIR}/${P}-libressl-2.8.patch"
 
        append-cflags -DSQLITE_HAS_CODEC
-       eapply_user
+       default
        eautoreconf
 }
 
 multilib_src_configure() {
-       ECONF_SOURCE=${S} \
+       ECONF_SOURCE="${S}" \
        econf \
                --enable-fts3 \
                --enable-fts4 \
@@ -60,6 +60,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-       prune_libtool_files
+       find "${ED}" -name '*.la' -delete || die
+
        einstalldocs
 }

Reply via email to