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 43085138334 for ; Wed, 14 Aug 2019 11:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37050E0855; Wed, 14 Aug 2019 11:54:45 +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 1D4A4E0855 for ; Wed, 14 Aug 2019 11:54:44 +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 82E8B349B1A for ; Wed, 14 Aug 2019 11:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 546FC74D for ; Wed, 14 Aug 2019 11:54:41 +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: <1565783625.bffeaaf173391d014f56fd2ef1db46354bc44e7a.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-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bffeaaf173391d014f56fd2ef1db46354bc44e7a X-VCS-Branch: master Date: Wed, 14 Aug 2019 11:54:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4bbade98-d006-4b3c-a2eb-3aafed64338d X-Archives-Hash: 382c3c7cc61eb054c376c88d76ffc3a0 commit: bffeaaf173391d014f56fd2ef1db46354bc44e7a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 14 11:53:45 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 14 11:53:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffeaaf1 app-office/libreoffice: Drop USE gtk2 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice/libreoffice-9999.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index c593c78f419..b603ee3b8f4 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -63,7 +63,7 @@ unset ADDONS_SRC LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird -googledrive gstreamer +gtk gtk2 kde ldap +mariadb odk pdfimport postgres test +googledrive gstreamer +gtk kde ldap +mariadb odk pdfimport postgres test $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" REQUIRED_USE="${PYTHON_REQUIRED_USE} @@ -176,11 +176,6 @@ COMMON_DEPEND="${PYTHON_DEPS} x11-libs/gtk+:3 x11-libs/pango ) - gtk2? ( - x11-libs/gdk-pixbuf - >=x11-libs/gtk+-2.24:2 - x11-libs/pango - ) kde? ( dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -409,6 +404,7 @@ src_configure() { --disable-epm --disable-fetch-external --disable-gstreamer-0-10 + --disable-gtk2 --disable-gtk3-kde5 --disable-online-update --disable-openssl @@ -442,7 +438,6 @@ src_configure() { $(use_enable firebird firebird-sdbc) $(use_enable gstreamer gstreamer-1-0) $(use_enable gtk gtk3) - $(use_enable gtk2 gtk) $(use_enable kde kf5) $(use_enable kde qt5) $(use_enable ldap)