diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-26 11:24:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-26 11:25:03 +0100 |
commit | 3e0327452fb06ade6604e833f312945d6656fe97 (patch) | |
tree | 080427b14dcb5f7a98e482dc6ef50e77bb54f985 /app-office | |
parent | dev-db/mariadb-connector-c: drop old (diff) | |
download | gentoo-3e0327452fb06ade6604e833f312945d6656fe97.tar.gz gentoo-3e0327452fb06ade6604e833f312945d6656fe97.tar.bz2 gentoo-3e0327452fb06ade6604e833f312945d6656fe97.zip |
app-office/libreoffice: Add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-6.3.4.2.ebuild | 2 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-6.3.9999.ebuild | 3 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-6.3.4.2.ebuild b/app-office/libreoffice/libreoffice-6.3.4.2.ebuild index 550acf13ab83..bfa4361c3b24 100644 --- a/app-office/libreoffice/libreoffice-6.3.4.2.ebuild +++ b/app-office/libreoffice/libreoffice-6.3.4.2.ebuild @@ -74,6 +74,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} libreoffice_extensions_wiki-publisher? ( java ) " +RESTRICT="!test? ( test )" + LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" [[ ${MY_PV} == *9999* ]] || \ diff --git a/app-office/libreoffice/libreoffice-6.3.9999.ebuild b/app-office/libreoffice/libreoffice-6.3.9999.ebuild index 19a2070ce5c6..bc4dff890b8f 100644 --- a/app-office/libreoffice/libreoffice-6.3.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.3.9999.ebuild @@ -66,7 +66,6 @@ IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird googledrive gstreamer +gtk gtk2 kde ldap +mariadb odk pdfimport postgres test $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" -RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE} bluetooth? ( dbus ) libreoffice_extensions_nlpsolver? ( java ) @@ -75,6 +74,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} libreoffice_extensions_wiki-publisher? ( java ) " +RESTRICT="!test? ( test )" + LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" [[ ${MY_PV} == *9999* ]] || \ diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index b71dce302d52..3c04bc1de8e6 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -66,7 +66,6 @@ IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird googledrive gstreamer +gtk kde ldap +mariadb odk pdfimport postgres test $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" -RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE} bluetooth? ( dbus ) libreoffice_extensions_nlpsolver? ( java ) @@ -75,6 +74,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} libreoffice_extensions_wiki-publisher? ( java ) " +RESTRICT="!test? ( test )" + LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" [[ ${MY_PV} == *9999* ]] || \ |