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 DAEAA138334 for ; Mon, 4 Mar 2019 15:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96FC6E0843; Mon, 4 Mar 2019 15:45:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 68616E0843 for ; Mon, 4 Mar 2019 15:45:45 +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 27CCD335C9F for ; Mon, 4 Mar 2019 15:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF212503 for ; Mon, 4 Mar 2019 15:45:40 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1551713814.cce23589e9cb747694a56abf50e8ecba12c38384.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12.ebuild dev-db/mysql-connector-c++/mysql-connector-c++-8.0.15.ebuild X-VCS-Directories: dev-db/mysql-connector-c++/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: cce23589e9cb747694a56abf50e8ecba12c38384 X-VCS-Branch: master Date: Mon, 4 Mar 2019 15:45:40 +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: 6e766b3e-6625-4adb-b054-1845e0e85142 X-Archives-Hash: 669b1c73cf6c83ffaff69f62fbe2c07c commit: cce23589e9cb747694a56abf50e8ecba12c38384 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Mar 4 15:36:54 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Mar 4 15:36:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce23589 dev-db/mysql-connector-c++: add LibreSSL support Closes: https://bugs.gentoo.org/602324 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12.ebuild | 5 +++-- dev-db/mysql-connector-c++/mysql-connector-c++-8.0.15.ebuild | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12.ebuild index 5bb2921319c..9fe978903a8 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12.ebuild @@ -13,11 +13,12 @@ SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz" LICENSE="Artistic GPL-2" SLOT="0/7" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug examples gcov static-libs" +IUSE="debug examples gcov libressl static-libs" DEPEND="virtual/libmysqlclient:= dev-libs/boost:= - dev-libs/openssl:0= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) !