dev-db/libdbi-drivers: drop references to removed dev-db/firebird

Bug: https://bugs.gentoo.org/909528
Signed-off-by: Hank Leininger <hlein@korelogic.com>
Part-of: https://github.com/gentoo/gentoo/pull/43537
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Hank Leininger 2025-08-22 19:00:30 -06:00 committed by Sam James
parent e1ef03c73e
commit eb70ce4796
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -12,14 +12,12 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${P}/${P}.tar.gz"
LICENSE="LGPL-2.1+" LICENSE="LGPL-2.1+"
SLOT="0" SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
IUSE="doc firebird mysql oci8 postgres +sqlite static-libs" IUSE="doc mysql oci8 postgres +sqlite static-libs"
REQUIRED_USE="|| ( mysql postgres sqlite firebird oci8 )" REQUIRED_USE="|| ( mysql postgres sqlite oci8 )"
RESTRICT="firebird? ( bindist )"
RDEPEND=" RDEPEND="
>=dev-db/libdbi-0.9.0 >=dev-db/libdbi-0.9.0
firebird? ( dev-db/firebird )
mysql? ( dev-db/mysql-connector-c:= ) mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:* ) postgres? ( dev-db/postgresql:* )
sqlite? ( dev-db/sqlite:3 ) sqlite? ( dev-db/sqlite:3 )
@ -60,7 +58,6 @@ src_configure() {
use mysql && myconf+=" --with-mysql" use mysql && myconf+=" --with-mysql"
use postgres && myconf+=" --with-pgsql" use postgres && myconf+=" --with-pgsql"
use sqlite && myconf+=" --with-sqlite3" use sqlite && myconf+=" --with-sqlite3"
use firebird && myconf+=" --with-firebird"
if use oci8; then if use oci8; then
[[ -z "${ORACLE_HOME}" ]] && die "\$ORACLE_HOME is not set!" [[ -z "${ORACLE_HOME}" ]] && die "\$ORACLE_HOME is not set!"
myconf+=" --with-oracle-dir=${ORACLE_HOME} --with-oracle" myconf+=" --with-oracle-dir=${ORACLE_HOME} --with-oracle"