From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 867A91584AD for ; Sun, 27 Apr 2025 22:10:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6FDB4343070 for ; Sun, 27 Apr 2025 22:10:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 43EF7110280; Sun, 27 Apr 2025 22:10:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 39ADE110280 for ; Sun, 27 Apr 2025 22:10:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAED933BEFF for ; Sun, 27 Apr 2025 22:10:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DD2512A for ; Sun, 27 Apr 2025 22:09:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745791650.03824f4490eb544dd0363cf0dc8929eb58ee7f34.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 03824f4490eb544dd0363cf0dc8929eb58ee7f34 X-VCS-Branch: master Date: Sun, 27 Apr 2025 22:09:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76c5b892-9557-42b3-b752-d5ff0f564f19 X-Archives-Hash: 9a9b01228dfffdb3a6b036ba217a0078 commit: 03824f4490eb544dd0363cf0dc8929eb58ee7f34 Author: Sam James gentoo org> AuthorDate: Sun Apr 27 22:07:30 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 27 22:07:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03824f44 app-office/libreoffice: fix git repo Fixes: 752cede35d699832cffee64cedfd68fa427dbbaa Bug: https://bugs.gentoo.org/954401 Thanks-to: jospezial Signed-off-by: Sam James gentoo.org> app-office/libreoffice/libreoffice-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index eadf1a05c9ee..bf07697e93c6 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -345,8 +345,8 @@ src_unpack() { branch="master" mypv=${MY_PV/.9999} [[ ${mypv} != ${MY_PV} ]] && branch="${PN}-${mypv/./-}" - git-r3_fetch "${base_uri}/${PN}/core" "refs/heads/${branch}" - git-r3_checkout "${base_uri}/${PN}/core" + git-r3_fetch "${base_uri}/core" "refs/heads/${branch}" + git-r3_checkout "${base_uri}/core" LOCOREGIT_VERSION=${EGIT_VERSION} git-r3_fetch "${base_uri}/${PN}/help" "refs/heads/master"