commit:     592a83694cfb3ebf95caba7fac2bb2847d44978f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 20:58:41 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 22:20:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592a8369

app-office/libreoffice: Drop IUSE firebird from *9999

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/libreoffice/libreoffice-24.2.9999.ebuild | 5 ++---
 app-office/libreoffice/libreoffice-9999.ebuild      | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-24.2.9999.ebuild 
b/app-office/libreoffice/libreoffice-24.2.9999.ebuild
index bb4459737ce1..e46df39e2516 100644
--- a/app-office/libreoffice/libreoffice-24.2.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-24.2.9999.ebuild
@@ -90,7 +90,7 @@ unset ADDONS_SRC
 # Extensions that need extra work:
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
-IUSE="accessibility base bluetooth +branding clang coinmp +cups custom-cflags 
+dbus debug eds firebird
+IUSE="accessibility base bluetooth +branding clang coinmp +cups custom-cflags 
+dbus debug eds
 googledrive gstreamer +gtk kde ldap +mariadb odk pdfimport postgres qt5 qt6 
test valgrind vulkan
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
@@ -194,7 +194,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
                >=gnome-base/dconf-0.40.0
                gnome-extra/evolution-data-server
        )
-       firebird? ( >=dev-db/firebird-3.0.2.32703.0-r1[server] )
        gstreamer? (
                media-libs/gstreamer:1.0
                media-libs/gst-plugins-base:1.0
@@ -516,6 +515,7 @@ src_configure() {
                --disable-ccache
                --disable-epm
                --disable-fetch-external
+               --disable-firebird-sdbc
                --disable-gtk3-kde5
                --disable-online-update
                --disable-openssl
@@ -551,7 +551,6 @@ src_configure() {
                $(use_enable dbus)
                $(use_enable debug)
                $(use_enable eds evolution2)
-               $(use_enable firebird firebird-sdbc)
                $(use_enable gstreamer gstreamer-1-0)
                $(use_enable gtk gtk3)
                $(use_enable ldap)

diff --git a/app-office/libreoffice/libreoffice-9999.ebuild 
b/app-office/libreoffice/libreoffice-9999.ebuild
index cab26a4ce034..ad4fe9385106 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -86,7 +86,7 @@ unset ADDONS_SRC
 # Extensions that need extra work:
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
-IUSE="accessibility base bluetooth +branding clang coinmp +cups custom-cflags 
+dbus debug eds firebird
+IUSE="accessibility base bluetooth +branding clang coinmp +cups custom-cflags 
+dbus debug eds
 googledrive gstreamer +gtk kde ldap +mariadb odk pdfimport postgres qt6 test 
valgrind vulkan
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
@@ -190,7 +190,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
                >=gnome-base/dconf-0.40.0
                gnome-extra/evolution-data-server
        )
-       firebird? ( >=dev-db/firebird-3.0.2.32703.0-r1[server] )
        gstreamer? (
                media-libs/gstreamer:1.0
                media-libs/gst-plugins-base:1.0
@@ -494,6 +493,7 @@ src_configure() {
                --disable-ccache
                --disable-epm
                --disable-fetch-external
+               --disable-firebird-sdbc
                --disable-gtk3-kde5
                --disable-online-update
                --disable-openssl
@@ -530,7 +530,6 @@ src_configure() {
                $(use_enable dbus)
                $(use_enable debug)
                $(use_enable eds evolution2)
-               $(use_enable firebird firebird-sdbc)
                $(use_enable gstreamer gstreamer-1-0)
                $(use_enable gtk gtk3)
                $(use_enable kde kf6)

Reply via email to