Diff mysql-connector-c++-1.1.11-r1 with a mysql-connector-c++-1.1.12-r1
/usr/portage/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild 2019-11-27 17:09:00.000000000 +0300 | ||
---|---|---|
10 | 10 |
URI_DIR="Connector-C++" |
11 | 11 |
SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz" |
12 | 12 | |
13 |
LICENSE="GPL-2" |
|
14 |
SLOT="0" |
|
13 |
LICENSE="Artistic GPL-2" |
|
14 |
SLOT="0/7" |
|
15 | 15 |
KEYWORDS="amd64 arm ~arm64 ppc ppc64 sparc x86" |
16 |
IUSE="debug examples gcov static-libs" |
|
16 |
IUSE="debug examples gcov libressl static-libs" |
|
17 | 17 | |
18 | 18 |
DEPEND="dev-db/mysql-connector-c:= |
19 | 19 |
dev-libs/boost:= |
20 |
dev-libs/openssl:0= |
|
20 |
!libressl? ( dev-libs/openssl:0= ) |
|
21 |
libressl? ( dev-libs/libressl:0= ) |
|
21 | 22 |
!<dev-db/mysql-connector-c-6.1.8" |
22 | 23 |
RDEPEND="${DEPEND}" |
23 | 24 | |
24 | 25 |
PATCHES=( |
25 | 26 |
"${FILESDIR}/${PN}-1.1.6-fix-cmake.patch" |
26 | 27 |
"${FILESDIR}/${PN}-1.1.11-fix-mariadb.patch" |
27 |
"${FILESDIR}/${PN}-1.1.11-fix-cpp-linking.patch" |
|
28 | 28 |
) |
29 | 29 | |
30 | 30 |
src_configure() { |