mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/mariadb-connector-odbc: add ssl(+) for mariadb-connector-c
The IUSE=ssl was dropped from dev-db/mariadb-connector-c recently,
because it is now mandatory. This change needs to be reflected in
mariadb-connector-odbc package accordingly.
Fixes: 3731ccd111 ("dev-db/mariadb-connector-c: drop IUSE=ssl, it is now mandatory")
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2018-2023 Gentoo Authors
|
||||
# Copyright 2018-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -20,7 +20,7 @@ IUSE="ssl"
|
||||
# it doesn't make sense enable these configuration options unless the
|
||||
# underlying mariadb-connector-c has ssl enabled, thus if we have USE=ssl,
|
||||
# require mariadb-connector-c to have it too.
|
||||
DEPEND="dev-db/mariadb-connector-c:=[ssl?]
|
||||
DEPEND="dev-db/mariadb-connector-c:=[ssl(+)?]
|
||||
dev-db/unixODBC"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user