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:
Petr Vaněk
2025-06-30 12:30:56 +02:00
parent 4844682de0
commit 75bded4d8e

View File

@@ -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}"