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 2856A138334 for ; Mon, 31 Dec 2018 01:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE62FE0937; Mon, 31 Dec 2018 01:52:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 88A43E0937 for ; Mon, 31 Dec 2018 01:52:03 +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 0FEA5335C5D for ; Mon, 31 Dec 2018 01:52:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6990C4D4 for ; Mon, 31 Dec 2018 01:51:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546221105.54c6be058e17121afe4ea48fbe33040e2cf99718.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 54c6be058e17121afe4ea48fbe33040e2cf99718 X-VCS-Branch: master Date: Mon, 31 Dec 2018 01:51:59 +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: 7dc6c040-0036-4b48-97fd-a7ed9631e06a X-Archives-Hash: 8a2ab073d42c87049433217cc3a1e065 commit: 54c6be058e17121afe4ea48fbe33040e2cf99718 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 31 01:28:19 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 31 01:51:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c6be05 app-office/libreoffice: Drop obsolete build switch --with-system-mysql-cppconn is gone. Upstream commit 339795d6bd064f57ef33c7cbd5e90433c179e72e Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice/libreoffice-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index de17c67160e..b47eabdbca1 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -450,7 +450,6 @@ src_configure() { $(use_with googledrive gdrive-client-id ${google_default_client_id}) $(use_with googledrive gdrive-client-secret ${google_default_client_secret}) $(use_with java) - $(use_with mysql system-mysql-cppconn) $(use_with odk doxygen) )