diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-06-26 23:58:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-06-26 23:58:40 +0200 |
commit | c551266c530dd58819ed4c50b1926d10c947d110 (patch) | |
tree | 66d192b238391da589892dfe29a5fecdefe68457 /app-office/libreoffice | |
parent | dev-libs/libclc: Fix possible llvm/clang slot mismatch, #615754 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-office/libreoffice/libreoffice-5.4.9999.ebuild | 5 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 6 |
2 files changed, 2 insertions, 9 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) \ diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index e259b7d60d0f..4a5023013ae5 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -76,7 +76,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 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 ) @@ -484,8 +482,6 @@ src_configure() { $(use_enable odk) \ $(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) \ |