summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-12 01:33:50 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-12 01:33:50 +0100
commit786426e9a5bf51c1664ae1367ad2a99c87c245ed (patch)
tree4bbdec120051ee4f0d8be5e41ddc24011fb5fb8f /app-office/libreoffice
parentsys-libs/glibc: Drop Python-3.7; add for 2.35 and later Python-3.10 (diff)
downloadgentoo-786426e9a5bf51c1664ae1367ad2a99c87c245ed.tar.gz
gentoo-786426e9a5bf51c1664ae1367ad2a99c87c245ed.tar.bz2
gentoo-786426e9a5bf51c1664ae1367ad2a99c87c245ed.zip
app-office/libreoffice: Fix build target
Closes: https://bugs.gentoo.org/828485 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r--app-office/libreoffice/libreoffice-7.3.0.3.ebuild6
-rw-r--r--app-office/libreoffice/libreoffice-7.3.9999.ebuild10
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild10
3 files changed, 7 insertions, 19 deletions
diff --git a/app-office/libreoffice/libreoffice-7.3.0.3.ebuild b/app-office/libreoffice/libreoffice-7.3.0.3.ebuild
index 378ef7d794de..286d80a181b0 100644
--- a/app-office/libreoffice/libreoffice-7.3.0.3.ebuild
+++ b/app-office/libreoffice/libreoffice-7.3.0.3.ebuild
@@ -588,11 +588,7 @@ src_compile() {
addpredict /dev/ati
addpredict /dev/nvidiactl
- local target
- use test && target="build" || target="build-nocheck"
-
- # this is not a proper make script
- make ${target} || die
+ default
}
src_test() {
diff --git a/app-office/libreoffice/libreoffice-7.3.9999.ebuild b/app-office/libreoffice/libreoffice-7.3.9999.ebuild
index 0a6cb0608a09..286d80a181b0 100644
--- a/app-office/libreoffice/libreoffice-7.3.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-7.3.9999.ebuild
@@ -104,8 +104,8 @@ RESTRICT="!test? ( test )"
LICENSE="|| ( LGPL-3 MPL-1.1 )"
SLOT="0"
-[[ ${MY_PV} == *9999* ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+#[[ ${MY_PV} == *9999* ]] || \
+#KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
COMMON_DEPEND="${PYTHON_DEPS}
app-arch/unzip
@@ -588,11 +588,7 @@ src_compile() {
addpredict /dev/ati
addpredict /dev/nvidiactl
- local target
- use test && target="build" || target="build-nocheck"
-
- # this is not a proper make script
- make ${target} || die
+ default
}
src_test() {
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
index 0a6cb0608a09..286d80a181b0 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -104,8 +104,8 @@ RESTRICT="!test? ( test )"
LICENSE="|| ( LGPL-3 MPL-1.1 )"
SLOT="0"
-[[ ${MY_PV} == *9999* ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+#[[ ${MY_PV} == *9999* ]] || \
+#KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
COMMON_DEPEND="${PYTHON_DEPS}
app-arch/unzip
@@ -588,11 +588,7 @@ src_compile() {
addpredict /dev/ati
addpredict /dev/nvidiactl
- local target
- use test && target="build" || target="build-nocheck"
-
- # this is not a proper make script
- make ${target} || die
+ default
}
src_test() {