commit:     eb70ce4796ee6b0969a64f7c209fc8eed910d484
Author:     Hank Leininger <hlein <AT> korelogic <DOT> com>
AuthorDate: Sat Aug 23 01:00:30 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  3 01:14:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb70ce47

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

Bug: https://bugs.gentoo.org/909528
Signed-off-by: Hank Leininger <hlein <AT> korelogic.com>
Part-of: https://github.com/gentoo/gentoo/pull/43537
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r3.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r3.ebuild 
b/dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r3.ebuild
index 37db3d1e816b..304551ec1a1a 100644
--- a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r3.ebuild
+++ b/dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r3.ebuild
@@ -12,14 +12,12 @@ 
SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${P}/${P}.tar.gz";
 LICENSE="LGPL-2.1+"
 SLOT="0"
 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 )"
-RESTRICT="firebird? ( bindist )"
+REQUIRED_USE="|| ( mysql postgres sqlite oci8 )"
 
 RDEPEND="
        >=dev-db/libdbi-0.9.0
-       firebird? ( dev-db/firebird )
        mysql? ( dev-db/mysql-connector-c:= )
        postgres? ( dev-db/postgresql:* )
        sqlite? ( dev-db/sqlite:3 )
@@ -60,7 +58,6 @@ src_configure() {
        use mysql && myconf+=" --with-mysql"
        use postgres && myconf+=" --with-pgsql"
        use sqlite && myconf+=" --with-sqlite3"
-       use firebird && myconf+=" --with-firebird"
        if use oci8; then
                [[ -z "${ORACLE_HOME}" ]] && die "\$ORACLE_HOME is not set!"
                myconf+=" --with-oracle-dir=${ORACLE_HOME} --with-oracle"

Reply via email to