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 EECC8138350 for ; Tue, 5 May 2020 09:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33C79E0849; Tue, 5 May 2020 09:56:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1AA3BE0849 for ; Tue, 5 May 2020 09:56:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2E89334F59F for ; Tue, 5 May 2020 09:56:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D884322B for ; Tue, 5 May 2020 09:56:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588671426.4a23b4aebe8280a62deda8684fec74964fdc1b25.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/octetos-db-maria/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild X-VCS-Directories: dev-libs/octetos-db-maria/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4a23b4aebe8280a62deda8684fec74964fdc1b25 X-VCS-Branch: master Date: Tue, 5 May 2020 09:56:00 +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: abda449c-d628-4b77-9ab1-a35119b77812 X-Archives-Hash: 04dc14610da90eaa527d5ed6756a46da Message-ID: <20200505095600.19dS6kAgpBYxs3g_Equ4QYWTUialm9FdhkoeiBZyrnA@z> commit: 4a23b4aebe8280a62deda8684fec74964fdc1b25 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue May 5 09:37:06 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue May 5 09:37:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a23b4ae dev-libs/octetos-db-maria: re-add argument oopsie simplified a bit too much Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild b/dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild index a50af60..766ff0a 100644 --- a/dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild +++ b/dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild @@ -29,3 +29,7 @@ src_prepare() { default eautoreconf -fi } + +src_configure() { + econf --with-mariadb +}