diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-18 20:47:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-18 22:58:02 +0200 |
commit | 122f33d3d416692e223663dca0fa3ffdc55205d0 (patch) | |
tree | 7b0741b2b8c3d728cb0886d05c7bd0db02a9a932 /app-office/libreoffice/libreoffice-9999.ebuild | |
parent | dev-util/kdevelop-python: 5.3.3 version bump (diff) | |
download | gentoo-122f33d3d416692e223663dca0fa3ffdc55205d0.tar.gz gentoo-122f33d3d416692e223663dca0fa3ffdc55205d0.tar.bz2 gentoo-122f33d3d416692e223663dca0fa3ffdc55205d0.zip |
app-office/libreoffice: Drop USE vlc
Does not work, is not maintained.
Bug: https://bugs.gentoo.org/686958
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 2a035a036e8b..647dba7af7a4 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 vlc +googledrive gstreamer +gtk gtk2 kde ldap +mariadb odk pdfimport postgres test $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" REQUIRED_USE="${PYTHON_REQUIRED_USE} @@ -234,7 +234,6 @@ RDEPEND="${COMMON_DEPEND} || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools ) java? ( >=virtual/jre-1.6 ) kde? ( kde-frameworks/breeze-icons:* ) - vlc? ( media-video/vlc ) " if [[ ${MY_PV} != *9999* ]] && [[ ${PV} != *_* ]]; then PDEPEND="=app-office/libreoffice-l10n-$(ver_cut 1-2)*" @@ -411,6 +410,7 @@ src_configure() { --disable-openssl --disable-pdfium --disable-report-builder + --disable-vlc --with-build-version="${gentoo_buildid}" --enable-extension-integration --with-external-dict-dir="${EPREFIX}/usr/share/myspell" @@ -445,7 +445,6 @@ src_configure() { $(use_enable odk) $(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}) |