diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-11 21:58:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-11 23:20:36 +0100 |
commit | 592a83694cfb3ebf95caba7fac2bb2847d44978f (patch) | |
tree | d1acb058ba8bb7756b7ffe55099d916dd5656b2b /app-office | |
parent | profiles: Mask dev-db/firebird for removal (diff) | |
download | gentoo-592a83694cfb3ebf95caba7fac2bb2847d44978f.tar.gz gentoo-592a83694cfb3ebf95caba7fac2bb2847d44978f.tar.bz2 gentoo-592a83694cfb3ebf95caba7fac2bb2847d44978f.zip |
app-office/libreoffice: Drop IUSE firebird from *9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-24.2.9999.ebuild | 5 | ||||
-rw-r--r-- | 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) |