# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake flag-o-matic DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)" HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" SRC_URI="https://dev.mysql.com/get/Downloads/Connector-C++/${P}.tar.gz" LICENSE="Artistic GPL-2" SLOT="0/7" KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 sparc x86" IUSE="debug examples gcov" DEPEND=" dev-db/mysql-connector-c:= dev-libs/boost:= dev-libs/openssl:0= !