From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6927C138334 for ; Tue, 18 Sep 2018 18:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B5AEE0C2B; Tue, 18 Sep 2018 18:17:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C1AAE0C2B for ; Tue, 18 Sep 2018 18:17:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C764A335CD8 for ; Tue, 18 Sep 2018 18:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CB353D3 for ; Tue, 18 Sep 2018 18:17:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1537294603.14627ad48d51e49a1cb254e21ec66c78c9dbc743.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-6.1.1.2.ebuild app-office/libreoffice/libreoffice-6.1.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 14627ad48d51e49a1cb254e21ec66c78c9dbc743 X-VCS-Branch: master Date: Tue, 18 Sep 2018 18:17:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6e50367-100c-4fc4-b700-f3bc3a94759c X-Archives-Hash: 94711b35bbb1e53d13422c5b01c65ab3 commit: 14627ad48d51e49a1cb254e21ec66c78c9dbc743 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 18 18:12:56 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 18 18:16:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14627ad4 app-office/libreoffice: Add USE=accessibility Upstream commits: 226697ae27ef451cad404256e83eef88262f16d1 84ef6d82546b044990f4efd57e51e29c6c6565c8 28e8c3e28bf4944ecad23961602b9b1f72613d39 Reported-by: Matthias 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 | 6 ++++-- app-office/libreoffice/libreoffice-6.1.9999.ebuild | 6 ++++-- app-office/libreoffice/libreoffice-9999.ebuild | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/app-office/libreoffice/libreoffice-6.1.1.2.ebuild b/app-office/libreoffice/libreoffice-6.1.1.2.ebuild index 6105cb607ab..285959c3464 100644 --- a/app-office/libreoffice/libreoffice-6.1.1.2.ebuild +++ b/app-office/libreoffice/libreoffice-6.1.1.2.ebuild @@ -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}) diff --git a/app-office/libreoffice/libreoffice-6.1.9999.ebuild b/app-office/libreoffice/libreoffice-6.1.9999.ebuild index 01637fc6d61..e6352a55b2d 100644 --- a/app-office/libreoffice/libreoffice-6.1.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.1.9999.ebuild @@ -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}) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 95989401be9..54d654db3d5 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -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})