diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-07 10:59:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-07 11:00:25 +0100 |
commit | 3cf099cb67556b2b7b07cc97d10a478cb4b22bb7 (patch) | |
tree | 020a2ed07b8b10ddaf99119668aceb66306b7eb4 /app-office | |
parent | dev-java/jctools-core: drop 4.0.1 (diff) | |
download | gentoo-3cf099cb67556b2b7b07cc97d10a478cb4b22bb7.tar.gz gentoo-3cf099cb67556b2b7b07cc97d10a478cb4b22bb7.tar.bz2 gentoo-3cf099cb67556b2b7b07cc97d10a478cb4b22bb7.zip |
app-office/libreoffice-bin-debug: Sync with LO-bin 7.5.6.2-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2-r1.ebuild (renamed from app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2.ebuild) | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2-r1.ebuild index d062a4e5315e..5c1844501b9f 100644 --- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2.ebuild +++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.5.6.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,31 +10,31 @@ BASE_X86_URI="https://tamiko.43-1.org/distfiles/x86-${BASE_PACKAGENAME}-" DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, debug info" HOMEPAGE="https://www.libreoffice.org" SRC_URI_AMD64=" - ${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz + ${BASE_AMD64_URI}libreoffice-${PV}.tar.xz kde? ( - !java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 ) - java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 ) + !java? ( ${BASE_AMD64_URI}libreoffice-kde-${PV}.xd3 ) + java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PV}.xd3 ) ) gnome? ( - !java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 ) - java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 ) + !java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PV}.xd3 ) + java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PV}.xd3 ) ) !kde? ( !gnome? ( - java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 ) + java? ( ${BASE_AMD64_URI}libreoffice-java-${PV}.xd3 ) ) ) " SRC_URI_X86=" - ${BASE_X86_URI}libreoffice-${PVR}.tar.xz + ${BASE_X86_URI}libreoffice-${PV}.tar.xz kde? ( - !java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 ) - java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 ) + !java? ( ${BASE_X86_URI}libreoffice-kde-${PV}.xd3 ) + java? ( ${BASE_X86_URI}libreoffice-kde-java-${PV}.xd3 ) ) gnome? ( - !java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 ) - java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 ) + !java? ( ${BASE_X86_URI}libreoffice-gnome-${PV}.xd3 ) + java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PV}.xd3 ) ) !kde? ( !gnome? ( - java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 ) + java? ( ${BASE_X86_URI}libreoffice-java-${PV}.xd3 ) ) ) " |