app-office/libreoffice: Add USE=accessibility
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 18 Sep 2018 18:12:56 +0000 (20:12 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 18 Sep 2018 18:16:43 +0000 (20:16 +0200)
Upstream commits:
226697ae27ef451cad404256e83eef88262f16d1
84ef6d82546b044990f4efd57e51e29c6c6565c8
28e8c3e28bf4944ecad23961602b9b1f72613d39

Reported-by: Matthias Lippert <mae.lippert@gmail.com>
Closes: https://bugs.gentoo.org/666492
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-office/libreoffice/libreoffice-6.1.1.2.ebuild
app-office/libreoffice/libreoffice-6.1.9999.ebuild
app-office/libreoffice/libreoffice-9999.ebuild

index 6105cb607ab1d597bd42f928980ade8c275c75e6..285959c3464f1f5f74e8e7681eca35844c5e1d96 100644 (file)
@@ -63,8 +63,8 @@ unset ADDONS_SRC
 # Extensions that need extra work:
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
-IUSE="bluetooth +branding coinmp +cups dbus debug eds firebird googledrive
-gstreamer +gtk gtk2 kde mysql odk pdfimport postgres test vlc
+IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird
+googledrive gstreamer +gtk gtk2 kde mysql odk pdfimport postgres test vlc
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -144,6 +144,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
        x11-libs/libXinerama
        x11-libs/libXrandr
        x11-libs/libXrender
+       accessibility? ( dev-python/lxml[${PYTHON_USEDEP}] )
        bluetooth? ( net-wireless/bluez )
        coinmp? ( sci-libs/coinor-mp )
        cups? ( net-print/cups )
@@ -439,6 +440,7 @@ src_configure() {
                $(use_enable pdfimport)
                $(use_enable postgres postgresql-sdbc)
                $(use_enable vlc)
+               $(use_with accessibility lxml)
                $(use_with coinmp system-coinmp)
                $(use_with googledrive gdrive-client-id ${google_default_client_id})
                $(use_with googledrive gdrive-client-secret ${google_default_client_secret})
index 01637fc6d61200ce448ef3641c341c9967099a5c..e6352a55b2d1457a7e48d19e4f0201055e94b8d5 100644 (file)
@@ -63,8 +63,8 @@ unset ADDONS_SRC
 # Extensions that need extra work:
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
-IUSE="bluetooth +branding coinmp +cups dbus debug eds firebird googledrive
-gstreamer +gtk gtk2 kde mysql odk pdfimport postgres test vlc
+IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird
+googledrive gstreamer +gtk gtk2 kde mysql odk pdfimport postgres test vlc
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -144,6 +144,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
        x11-libs/libXinerama
        x11-libs/libXrandr
        x11-libs/libXrender
+       accessibility? ( dev-python/lxml[${PYTHON_USEDEP}] )
        bluetooth? ( net-wireless/bluez )
        coinmp? ( sci-libs/coinor-mp )
        cups? ( net-print/cups )
@@ -439,6 +440,7 @@ src_configure() {
                $(use_enable pdfimport)
                $(use_enable postgres postgresql-sdbc)
                $(use_enable vlc)
+               $(use_with accessibility lxml)
                $(use_with coinmp system-coinmp)
                $(use_with googledrive gdrive-client-id ${google_default_client_id})
                $(use_with googledrive gdrive-client-secret ${google_default_client_secret})
index 95989401be93348cdff52f921e4947f70e7e42d9..54d654db3d59cb2498e78476e250a6230e7a3f2c 100644 (file)
@@ -63,8 +63,8 @@ unset ADDONS_SRC
 # Extensions that need extra work:
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
-IUSE="bluetooth +branding coinmp +cups dbus debug eds firebird googledrive
-gstreamer +gtk gtk2 kde mysql odk pdfimport postgres test vlc
+IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird
+googledrive gstreamer +gtk gtk2 kde mysql odk pdfimport postgres test vlc
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -144,6 +144,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
        x11-libs/libXinerama
        x11-libs/libXrandr
        x11-libs/libXrender
+       accessibility? ( dev-python/lxml[${PYTHON_USEDEP}] )
        bluetooth? (
                dev-libs/glib:2
                net-wireless/bluez
@@ -441,6 +442,7 @@ src_configure() {
                $(use_enable pdfimport)
                $(use_enable postgres postgresql-sdbc)
                $(use_enable vlc)
+               $(use_with accessibility lxml)
                $(use_with coinmp system-coinmp)
                $(use_with googledrive gdrive-client-id ${google_default_client_id})
                $(use_with googledrive gdrive-client-secret ${google_default_client_secret})