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