summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-26 23:58:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-26 23:58:40 +0200
commitc551266c530dd58819ed4c50b1926d10c947d110 (patch)
tree66d192b238391da589892dfe29a5fecdefe68457 /app-office/libreoffice/libreoffice-5.4.9999.ebuild
parentdev-libs/libclc: Fix possible llvm/clang slot mismatch, #615754 (diff)
downloadgentoo-c551266c530dd58819ed4c50b1926d10c947d110.tar.gz
gentoo-c551266c530dd58819ed4c50b1926d10c947d110.tar.bz2
gentoo-c551266c530dd58819ed4c50b1926d10c947d110.zip
app-office/libreoffice: Drop USE=quickstarter, USE=telepathy
- Telepathy Tubes interface is removed in 5.4 branch already - Linux Quickstarter is deprecated and will be removed in next release Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-office/libreoffice/libreoffice-5.4.9999.ebuild')
-rw-r--r--app-office/libreoffice/libreoffice-5.4.9999.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-5.4.9999.ebuild b/app-office/libreoffice/libreoffice-5.4.9999.ebuild
index cd11bb0a4977..a6a36670b1ce 100644
--- a/app-office/libreoffice/libreoffice-5.4.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-5.4.9999.ebuild
@@ -77,7 +77,7 @@ unset ADDONS_SRC
LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome googledrive
-gstreamer +gtk gtk3 jemalloc kde libressl mysql odk pdfimport postgres quickstarter telepathy test vlc
+gstreamer +gtk gtk3 jemalloc kde libressl mysql odk pdfimport postgres quickstarter test vlc
$(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
LICENSE="|| ( LGPL-3 MPL-1.1 )"
@@ -174,7 +174,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
mysql? ( dev-db/mysql-connector-c++ )
pdfimport? ( app-text/poppler:=[cxx] )
postgres? ( >=dev-db/postgresql-9.0:*[kerberos] )
- telepathy? ( net-libs/telepathy-glib )
"
RDEPEND="${COMMON_DEPEND}
@@ -235,7 +234,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
collada? ( gltf )
eds? ( gnome )
gnome? ( gtk )
- telepathy? ( gtk )
libreoffice_extensions_nlpsolver? ( java )
libreoffice_extensions_scripting-beanshell? ( java )
libreoffice_extensions_scripting-javascript? ( java )
@@ -485,7 +483,6 @@ src_configure() {
$(use_enable pdfimport) \
$(use_enable postgres postgresql-sdbc) \
$(use_enable quickstarter systray) \
- $(use_enable telepathy) \
$(use_enable vlc) \
$(use_with coinmp system-coinmp) \
$(use_with collada system-opencollada) \