From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59B281382C5 for ; Fri, 5 Mar 2021 18:01:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48194E0893; Fri, 5 Mar 2021 18:01:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F131E0893 for ; Fri, 5 Mar 2021 18:01:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BB22340CF4 for ; Fri, 5 Mar 2021 18:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41D25591 for ; Fri, 5 Mar 2021 18:00:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614967243.7ed32b93a6df6fffa7772ead9133569a2c6667d9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlcipher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqlcipher/sqlcipher-4.0.1.ebuild X-VCS-Directories: dev-db/sqlcipher/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ed32b93a6df6fffa7772ead9133569a2c6667d9 X-VCS-Branch: master Date: Fri, 5 Mar 2021 18:00:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e842cd0c-5d63-4ece-99f4-a8265ece9a62 X-Archives-Hash: 69a11e532abd6991617e08d61f5e9389 commit: 7ed32b93a6df6fffa7772ead9133569a2c6667d9 Author: Sam James gentoo org> AuthorDate: Thu Mar 4 08:04:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 5 18:00:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed32b93 dev-db/sqlcipher: minor changes to align with 3.4.2 Signed-off-by: Sam James gentoo.org> dev-db/sqlcipher/sqlcipher-4.0.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild index 587212f8109..e82a2ba8a15 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 Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,12 +41,13 @@ RESTRICT="test" src_prepare() { # Column metadata added due to bug #670346 append-cflags -DSQLITE_HAS_CODEC -DSQLITE_ENABLE_COLUMN_METADATA - default_src_prepare + + default eautoreconf } multilib_src_configure() { - ECONF_SOURCE=${S} \ + ECONF_SOURCE="${S}" \ econf \ --enable-fts3 \ --enable-fts4 \