From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09C0A1382C5 for ; Thu, 1 Mar 2018 15:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA9E9E096A; Thu, 1 Mar 2018 15:44:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DF23E0933 for ; Thu, 1 Mar 2018 15:44:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7141335C43 for ; Thu, 1 Mar 2018 15:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 422F7231 for ; Thu, 1 Mar 2018 15:44:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519919052.eddb824956c2b4d6da262ab4bfac1b9876c8649e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-6.0.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eddb824956c2b4d6da262ab4bfac1b9876c8649e X-VCS-Branch: master Date: Thu, 1 Mar 2018 15:44:22 +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-Archives-Salt: 7236eaa9-da6e-40b1-8f82-eca8101f5114 X-Archives-Hash: 83d6ba2db051faf88283fad66b0109f9 commit: eddb824956c2b4d6da262ab4bfac1b9876c8649e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 1 13:59:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 1 15:44:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eddb8249 app-office/libreoffice: Fix SRC_URI (really DEV_URI) Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-office/libreoffice/libreoffice-6.0.9999.ebuild | 2 +- app-office/libreoffice/libreoffice-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/libreoffice/libreoffice-6.0.9999.ebuild b/app-office/libreoffice/libreoffice-6.0.9999.ebuild index 73e251cb02e..84d7690158f 100644 --- a/app-office/libreoffice/libreoffice-6.0.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.0.9999.ebuild @@ -12,7 +12,7 @@ PYTHON_REQ_USE="threads,xml" DEV_URI=" https://dev-builds.libreoffice.org/pre-releases/src https://download.documentfoundation.org/libreoffice/src/${PV:0:5}/ - https://download.documentfoundation.org/libreoffice/old/${PV}/ + https://downloadarchive.documentfoundation.org/libreoffice/old/${PV}/src " ADDONS_URI="https://dev-www.libreoffice.org/src/" diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 319eeddd277..eca7b36b89a 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -12,7 +12,7 @@ PYTHON_REQ_USE="threads,xml" DEV_URI=" https://dev-builds.libreoffice.org/pre-releases/src https://download.documentfoundation.org/libreoffice/src/${PV:0:5}/ - https://download.documentfoundation.org/libreoffice/old/${PV}/ + https://downloadarchive.documentfoundation.org/libreoffice/old/${PV}/src " ADDONS_URI="https://dev-www.libreoffice.org/src/"